mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 15:40:59 +01:00
Refactoring
This commit is contained in:
@@ -631,7 +631,7 @@ public class EmailProvider {
|
||||
Log.i("Reachable " + address);
|
||||
return true;
|
||||
} catch (Throwable ex) {
|
||||
Log.i("Unreachable " + address + ": " + Helper.formatThrowable(ex));
|
||||
Log.i("Unreachable " + address + ": " + Log.formatThrowable(ex));
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user