Reduced logging

pull/197/head
M66B 3 years ago
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…
Cancel
Save