Degrade log message about missing app in appstore to debug

* fixes #18154
remotes/origin/add-bruteforce-protection
Morris Jobke 11 years ago
parent f74416a0cb
commit 24e20a51eb
  1. 2
      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;
}

Loading…
Cancel
Save