Commit 227629c4 authored by skummer's avatar skummer

ZP-301 #comment log folder type if available #time 15m

git-svn-id: https://z-push.org/svn/z-push/trunk@1544 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent fcf74657
......@@ -712,6 +712,10 @@ class Sync extends RequestProcessor {
$changecount > 0 || (! $spa->HasSyncKey() && $status == SYNC_STATUS_SUCCESS))
$spa->SetNewSyncKey(self::$deviceManager->GetStateManager()->GetNewSyncKey($spa->GetSyncKey()));
if($spa->HasContentClass()) {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("Folder type: %s", $spa->GetContentClass()));
}
self::$encoder->startTag(SYNC_FOLDER);
self::$encoder->startTag(SYNC_SYNCKEY);
......
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