1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Reduced logging

This commit is contained in:
M66B 2021-12-05 16:32:17 +01:00
parent 5cd288337e
commit 8c241598ca

View file

@ -5552,7 +5552,7 @@ class Core {
joined = true;
}
} catch (InterruptedException ex) {
Log.e(new Throwable(name, ex));
Log.i(new Throwable(name, ex));
}
}