Reduced logging

This commit is contained in:
M66B
2021-04-06 17:33:51 +02:00
parent 30bcae01e3
commit 2400d329cf
2 changed files with 3 additions and 3 deletions

View File

@@ -315,7 +315,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
if (host != null)
puny = IDN.toASCII(host, IDN.ALLOW_UNASSIGNED);
} catch (Throwable ex) {
Log.w(ex);
Log.i(ex);
puny = host;
}