Skip to content
Snippets Groups Projects
Commit 24e20a51 authored by Morris Jobke's avatar Morris Jobke
Browse files

Degrade log message about missing app in appstore to debug

* fixes #18154
parent f74416a0
Branches
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment