ZP-688 Typo in log message. Released under the Affero GNU General Public License (AGPL) version 3.

parent 80c61fc1
...@@ -478,7 +478,7 @@ class DeviceManager { ...@@ -478,7 +478,7 @@ class DeviceManager {
if (defined("SYNC_MAX_ITEMS") && SYNC_MAX_ITEMS < $items) { if (defined("SYNC_MAX_ITEMS") && SYNC_MAX_ITEMS < $items) {
if ($queuedmessages > SYNC_MAX_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; $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