From 45ed14ad2e139489e1f25492ba4985fe61518290 Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Mon, 1 Jun 2015 17:55:29 -0400 Subject: [PATCH] This isn't an error, just informational. --- framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Collections.php b/framework/ActiveSync/lib/Horde/ActiveSync/Collections.php index b1b9d7f175d..171db7b802c 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Collections.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Collections.php @@ -766,12 +766,11 @@ public function initEmptySync() */ public function initPartialSync() { - // PARTIAL is allowed without a tag if the waitinterval, // heartbeat, or windowsize changed. So, short circuit the logic for // checking for changed collections in this case. if (empty($this->_collections)) { - $this->_logger->err('No collections in collection handler, loading full collection set from cache.'); + $this->_logger->info('No collections in collection handler, loading full collection set from cache.'); $this->loadCollectionsFromCache(); // Need this for all PARTIAL sync requests.