]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use DEBUG instead of ERROR when favourites not found. Fix #6419
authorThomas Tanghus <thomas@tanghus.net>
Mon, 16 Dec 2013 16:07:22 +0000 (17:07 +0100)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 16 Dec 2013 16:07:22 +0000 (17:07 +0100)
lib/private/tags.php

index 9fdb35a7d6e54c0021db3ba9c693756cceb8e8a9..fe7de1073a0242dbf54b10ae5a77c28ea4e0a244 100644 (file)
@@ -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();
                }
        }