Changed log level

This commit is contained in:
M66B 2021-06-15 12:39:57 +02:00
parent 0146c35f6a
commit 13adf983b0
1 changed files with 1 additions and 1 deletions

View File

@ -1157,7 +1157,7 @@ public class HtmlHelper {
}
boolean email = group.contains("@") && !group.contains(":");
Log.d("Web url=" + group + " " + start + "..." + end + "/" + text.length() +
Log.i("Web url=" + group + " " + start + "..." + end + "/" + text.length() +
" linked=" + linked + " email=" + email + " count=" + links);
if (linked)