Degrade log message about missing app in appstore to debug

* fixes #18154
This commit is contained in:
Morris Jobke 2015-08-17 11:27:41 +02:00
parent f74416a0cb
commit 24e20a51eb

View file

@ -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;
}