1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 20:54:34 +00:00

Improved logging

This commit is contained in:
M66B 2021-11-30 14:14:49 +01:00
parent 36737c876b
commit 85bc0a1567

View file

@ -1849,6 +1849,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
ops = partitions.get(key).size();
Log.i(account.name + "/" + folder.name +
" queuing partition=" + key +
" serial=" + serial +
" operations=" + ops);
}