Changed log level

This commit is contained in:
M66B
2020-10-06 15:43:49 +02:00
parent 2f09afedac
commit 9f5098de0b

View File

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