mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Reduced logging
This commit is contained in:
parent
a6092c6cd2
commit
b20775e733
1 changed files with 1 additions and 1 deletions
|
@ -2130,7 +2130,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
}
|
||||
|
||||
if (!currentThread.equals(accountThread) && accountThread != null)
|
||||
Log.e(account.name + " orphan thread id=" + currentThread + "/" + accountThread);
|
||||
Log.w(account.name + " orphan thread id=" + currentThread + "/" + accountThread);
|
||||
} finally {
|
||||
EntityLog.log(this, account.name + " stopped");
|
||||
wlAccount.release();
|
||||
|
|
Loading…
Reference in a new issue