summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-08-17 12:17:41 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-08-17 12:17:41 +0200
commitf50f43fd9c52d9c7c7e41ba6a5a110d99cc56190 (patch)
tree38efbead49731e1c148702170e339f6ae855bdee
parentf74416a0cb6bbb17ae646c952987e5eeea8390cf (diff)
parent24e20a51ebb0e877ec5b9d4e48dfc33a2440e135 (diff)
downloadnextcloud-server-f50f43fd9c52d9c7c7e41ba6a5a110d99cc56190.tar.gz
nextcloud-server-f50f43fd9c52d9c7c7e41ba6a5a110d99cc56190.zip
Merge pull request #18343 from owncloud/degrade-log-about-missing-app
Degrade log message about missing app in appstore to debug
-rw-r--r--lib/private/ocsclient.php2
1 files changed, 1 insertions, 1 deletions
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;
}