Reduced logging

This commit is contained in:
M66B
2022-04-19 08:16:46 +02:00
parent 1c946f8dc0
commit 5c3e86cc9a

View File

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