mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Changed log level
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user