Commit 42033e4f authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #44 in ZP/z-push from...

Merge pull request #44 in ZP/z-push from bugfix/ZP-688-devicemanager.php-typo-in-log-line to develop

* commit '671c6f50':
  ZP-688 Typo in log message. Released under the Affero GNU General Public License (AGPL) version 3.
parents 3a663014 671c6f50
......@@ -478,7 +478,7 @@ class DeviceManager {
if (defined("SYNC_MAX_ITEMS") && SYNC_MAX_ITEMS < $items) {
if ($queuedmessages > SYNC_MAX_ITEMS)
ZLog::Write(LOGLEVEL_DEBUG, sprintf("DeviceManager->GetWindowSize() overwriting max itmes requested of %d by %d forced in configuration.", $items, SYNC_MAX_ITEMS));
ZLog::Write(LOGLEVEL_DEBUG, sprintf("DeviceManager->GetWindowSize() overwriting max items requested of %d by %d forced in configuration.", $items, SYNC_MAX_ITEMS));
$items = SYNC_MAX_ITEMS;
}
......
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