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)) if (isRecoverable(ex))
Log.w(ex); Log.w(ex);
else { else {
Log.i("Favicon ex=" + ex.getClass().getName() + " " + ex.getMessage()); Log.e(ex);
try { try {
file.createNewFile(); file.createNewFile();
} catch (IOException ex1) { } catch (IOException ex1) {