Use DEBUG instead of ERROR when favourites not found. Fix #6419

remotes/origin/ldap_group_count
Thomas Tanghus 11 years ago
parent fed63dff06
commit a3fbad43c1
  1. 2
      lib/private/tags.php

@ -480,7 +480,7 @@ class Tags implements \OCP\ITags {
return $this->getIdsForTag(self::TAG_FAVORITE);
} catch(\Exception $e) {
\OCP\Util::writeLog('core', __METHOD__.', exception: ' . $e->getMessage(),
\OCP\Util::ERROR);
\OCP\Util::DEBUG);
return array();
}
}

Loading…
Cancel
Save