mirror of https://github.com/M66B/FairEmail.git
Changed log level
This commit is contained in:
parent
0146c35f6a
commit
13adf983b0
|
@ -1157,7 +1157,7 @@ public class HtmlHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean email = group.contains("@") && !group.contains(":");
|
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);
|
" linked=" + linked + " email=" + email + " count=" + links);
|
||||||
|
|
||||||
if (linked)
|
if (linked)
|
||||||
|
|
Loading…
Reference in New Issue