Commit 3a663014 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #41 in ZP/z-push from bugfix/ZP-683-syncparameter-typo-zlog to develop

* commit 'b57de6be':
  ZP-683 Fix typo. Released under the Affero GNU General Public License (AGPL) version 3.
parents 65dab5c4 b57de6be
......@@ -269,7 +269,7 @@ class SyncParameters extends StateObject {
ZLog::Write(LOGLEVEL_DEBUG, "SyncParameters->UseCPO(): removed existing DEFAULT CPO as it is obsolete");
}
ZLOG::Write(LOGLEVEL_DEBUG, sprintf("SyncParameters->UseCPO('%s')", $options));
ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncParameters->UseCPO('%s')", $options));
$this->currentCPO = $options;
$this->checkCPO($this->currentCPO);
}
......
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