Reduced logging

pull/207/head
M66B 2 years ago
parent 1c946f8dc0
commit 5c3e86cc9a

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

Loading…
Cancel
Save