mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Reduced logging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user