Skip to content

Commit

Permalink
Log if we have to do a full history sync (which is normal for initial…
Browse files Browse the repository at this point in the history
… syncs)
  • Loading branch information
thomasjfox authored and mrubinsk committed Jun 5, 2015
1 parent 2efa590 commit 3cdb616
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -141,6 +141,9 @@ public function synchronize($params = array())
*/
private function _completeSynchronization($prefix, $is_reset)
{
$folder = $this->data->getPath();
Horde::log(sprintf('Performing full history sync for %s (folder: %s, is_reset: %d)', $prefix, $folder, $is_reset), 'INFO');

$seen_objects = array();
foreach ($this->data->getObjectToBackend() as $object => $bid) {
$full_id = $prefix.$object;
Expand Down

0 comments on commit 3cdb616

Please sign in to comment.