mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #6448 from owncloud/silence_favourites
Use DEBUG instead of ERROR when favourites not found.
This commit is contained in:
commit
28a28611fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue