diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php index d6593e5089ad510d654ecf51dd7f50217c9938a9..78df3b79bb671cc55b9bba02f4623a9e33049f6a 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; }