Changed log level

This commit is contained in:
M66B 2023-09-11 15:40:54 +02:00
parent 113e3941d0
commit 92215957fc
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ public class LanguageTool {
fUnderlineColor.set(tp, underlineColor);
fUnderlineThickness.set(tp, underlineThickness);
} catch (Throwable ex) {
Log.w(ex);
Log.i(ex);
tp.bgColor = highlightColor;
}
else {