mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Improved logging
This commit is contained in:
parent
36737c876b
commit
85bc0a1567
1 changed files with 1 additions and 0 deletions
|
@ -1849,6 +1849,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||||
ops = partitions.get(key).size();
|
ops = partitions.get(key).size();
|
||||||
Log.i(account.name + "/" + folder.name +
|
Log.i(account.name + "/" + folder.name +
|
||||||
" queuing partition=" + key +
|
" queuing partition=" + key +
|
||||||
|
" serial=" + serial +
|
||||||
" operations=" + ops);
|
" operations=" + ops);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue