mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Reduced logging
This commit is contained in:
parent
5cd288337e
commit
8c241598ca
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue