mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Changed log level
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user