Improved logging

This commit is contained in:
M66B 2020-07-01 08:27:34 +02:00
parent 4328e6da83
commit d26e5de818
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ public class ContactInfo {
if (isRecoverable(ex))
Log.w(ex);
else {
Log.i("Favicon ex=" + ex.getClass().getName() + " " + ex.getMessage());
Log.e(ex);
try {
file.createNewFile();
} catch (IOException ex1) {