[Pkg-owncloud-commits] [owncloud] 07/104: Use DEBUG instead of ERROR when favourites not found. Fix #6419

David Prévot taffit at moszumanska.debian.org
Sat Jan 18 13:33:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit a8a35f4d07eed908c7cf4ae562b14f53a18de71b
Author: Thomas Tanghus <thomas at tanghus.net>
Date:   Mon Dec 16 17:07:22 2013 +0100

    Use DEBUG instead of ERROR when favourites not found. Fix #6419
---
 lib/private/tags.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/tags.php b/lib/private/tags.php
index 9fdb35a..fe7de10 100644
--- a/lib/private/tags.php
+++ b/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();
 		}
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list