Skip to content

Commit

Permalink
Fix array-to-string conversion.
Browse files Browse the repository at this point in the history
Don't need to be this verbose in the log anyway, so remove it.
  • Loading branch information
mrubinsk committed Mar 5, 2015
1 parent 99309f0 commit f2b34a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions framework/Core/lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -3345,10 +3345,9 @@ protected function _getLastVerb($mid)
$this->_verbs[$mid] = $last;
}
$this->_logger->info(sprintf(
'[%s] Fetching verb for %s: %s',
'[%s] Fetching verb for %s.',
$this->_pid,
$mid,
$this->_verbs[$mid]
$mid
));

return $this->_verbs[$mid];
Expand Down

0 comments on commit f2b34a2

Please sign in to comment.