mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-19 16:50:06 +01: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.e(ex);
|
||||
Log.w(ex);
|
||||
puny = host;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user