Added logging

pull/174/head
M66B 6 years ago
parent b3ec457738
commit 2ed151acab

@ -3415,8 +3415,11 @@ class Core {
maxConnections = false;
lastActivity = null;
synchronized (this) {
for (FolderPriority key : sequence.keySet())
for (FolderPriority key : sequence.keySet()) {
batch.put(key, sequence.get(key));
if (BuildConfig.DEBUG)
Log.i("=== Reset " + key.folder + ":" + key.priority + " batch=" + batch.get(key));
}
}
}

Loading…
Cancel
Save