Improved logging

This commit is contained in:
M66B 2022-03-29 19:12:43 +02:00
parent 3b2f045d78
commit 533d809893
1 changed files with 2 additions and 2 deletions

View File

@ -2455,10 +2455,10 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
}
if (!currentThread.equals(accountThread) && accountThread != null)
Log.w(account.name + " orphan thread id=" + currentThread + "/" + accountThread);
Log.e(account.name + " orphan thread id=" + currentThread + "/" + accountThread);
} finally {
EntityLog.log(this, EntityLog.Type.Account, account,
account.name + " stopped");
account.name + " stopped running=" + state.isRunning());
wlAccount.release();
}
}