Commit 02c2c976 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1080 Add debug message about the total number of folders processed in

a Sync request.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 00c6e6b5
......@@ -916,6 +916,7 @@ class Sync extends RequestProcessor {
// final top announcement for a multi-folder sync
if ($sc->GetCollectionCount() > 1) {
self::$topCollector->AnnounceInformation($this->getMultiFolderInfoLine($sc->GetCollectionCount()), true);
ZLog::Write(LOGLEVEL_DEBUG, sprintf("HandleSync: Processed %d folders", $sc->GetCollectionCount()));
}
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment