Commit e1fac731 authored by skummer's avatar skummer

ZP-389 #comment fixed typo #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1671 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 6e560437
...@@ -226,7 +226,7 @@ class SyncCollections implements Iterator { ...@@ -226,7 +226,7 @@ class SyncCollections implements Iterator {
if ($spa->HasReferenceLifetime()) if ($spa->HasReferenceLifetime())
$this->refLifetime = $spa->GetReferenceLifetime(); $this->refLifetime = $spa->GetReferenceLifetime();
ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncCollections->AddCollection(): Updated reference PolicyKey '%s', reference Lifetime '%s', Last sync at '%s'", $this->refPolicyKey, $this->refLifetime, $spa->GetFolderId(),$this->lastSyncTime)); ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncCollections->AddCollection(): Updated reference PolicyKey '%s', reference Lifetime '%s', Last sync at '%s'", $this->refPolicyKey, $this->refLifetime, $this->lastSyncTime));
} }
return true; 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