mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Reduced logging
This commit is contained in:
parent
e3b053e260
commit
6867991593
1 changed files with 1 additions and 1 deletions
|
@ -2517,7 +2517,7 @@ public class HtmlHelper {
|
|||
setSpan(ssb, new UnderlineSpan(), start, ssb.length());
|
||||
break;
|
||||
default:
|
||||
Log.e("Unknown tag=" + element.tagName());
|
||||
Log.w("Unknown tag=" + element.tagName());
|
||||
}
|
||||
|
||||
if (monospaced_pre &&
|
||||
|
|
Loading…
Reference in a new issue