From 24e20a51ebb0e877ec5b9d4e48dfc33a2440e135 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 17 Aug 2015 11:27:41 +0200 Subject: Degrade log message about missing app in appstore to debug * fixes #18154 --- lib/private/ocsclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php index d6593e5089a..78df3b79bb6 100644 --- a/lib/private/ocsclient.php +++ b/lib/private/ocsclient.php @@ -272,7 +272,7 @@ class OCSClient { $tmp = $data->data->content; if (is_null($tmp)) { - \OCP\Util::writeLog('core', 'No update found at the ownCloud appstore for app ' . $id, \OCP\Util::INFO); + \OCP\Util::writeLog('core', 'No update found at the ownCloud appstore for app ' . $id, \OCP\Util::DEBUG); return null; } -- cgit v1.2.3