Changed log level

pull/187/head
M66B 4 years ago
parent 2f09afedac
commit 9f5098de0b

@ -1253,7 +1253,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
break;
}
if (!found)
Log.e(account.name + " folder not found operation=" + op.name);
Log.w(account.name + " folder not found operation=" + op.name);
}
ops.add(op.id);
}

Loading…
Cancel
Save