mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Reduced logging
This commit is contained in:
@@ -2516,7 +2516,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
}
|
||||
|
||||
if (!currentThread.equals(accountThread) && accountThread != null)
|
||||
Log.e(account.name + " orphan thread id=" + currentThread + "/" + accountThread);
|
||||
Log.i(account.name + " orphan thread id=" + currentThread + "/" + accountThread);
|
||||
} finally {
|
||||
EntityLog.log(this, EntityLog.Type.Account, account,
|
||||
account.name + " stopped running=" + state.isRunning());
|
||||
|
||||
Reference in New Issue
Block a user