Skip to content

Commit

Permalink
This comment is more accurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 18, 2015
1 parent da40931 commit 40c8df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php
Expand Up @@ -133,7 +133,7 @@ protected function _handle()
$csk = $this->_collections->confirmed_synckeys;
if (count($csk) > 0) {
$this->_logger->warn(sprintf(
'[%s] Unconfirmed synckeys, but handling a short request. Request full SYNC.',
'[%s] Unconfirmed synckeys, but handling an empty request. Request full SYNC.',
$this->_procid));
$this->_statusCode = self::STATUS_REQUEST_INCOMPLETE;
$this->_handleGlobalSyncError();
Expand Down

0 comments on commit 40c8df5

Please sign in to comment.