Skip to content
Snippets Groups Projects
Commit a3fbad43 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

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

parent fed63dff
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment