Reduced logging

This commit is contained in:
M66B 2021-04-18 08:20:54 +02:00
parent a6092c6cd2
commit b20775e733
1 changed files with 1 additions and 1 deletions

View File

@ -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();