mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
a6092c6cd2
commit
b20775e733
|
@ -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 New Issue