mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
5cd288337e
commit
8c241598ca
|
@ -5552,7 +5552,7 @@ class Core {
|
|||
joined = true;
|
||||
}
|
||||
} catch (InterruptedException ex) {
|
||||
Log.e(new Throwable(name, ex));
|
||||
Log.i(new Throwable(name, ex));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue