Skip to content

Commit

Permalink
Log these at info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 26, 2017
1 parent 55887ac commit 21c2847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/ActiveSync/lib/Horde/ActiveSync/Collections.php
Expand Up @@ -1086,7 +1086,7 @@ public function initCollectionState(array &$collection, $requireSyncKey = false)
}

// Initialize the state
$this->_logger->meta(sprintf(
$this->_logger->info(sprintf(
'COLLECTIONS: Initializing state for collection: %s, synckey: %s',
$collection['serverid'],
$collection['synckey'])
Expand Down Expand Up @@ -1117,7 +1117,7 @@ public function pollForChanges($heartbeat, $interval, array $options = array())
$started = time();
$until = $started + $heartbeat;

$this->_logger->meta(sprintf(
$this->_logger->info(sprintf(
'COLLECTIONS: Waiting for changes for %s seconds',
$heartbeat)
);
Expand Down Expand Up @@ -1269,7 +1269,7 @@ public function pollForChanges($heartbeat, $interval, array $options = array())
}

if (!empty($dataavailable)) {
$this->_logger->meta('COLLECTIONS: Found changes!');
$this->_logger->info('COLLECTIONS: Found changes!');
break;
}

Expand Down

0 comments on commit 21c2847

Please sign in to comment.