Reduced logging

This commit is contained in:
M66B
2021-04-06 08:06:44 +02:00
parent 75204208d0
commit eb07d8ea9a
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.e(ex);
Log.w(ex);
puny = host;
}