Skip to content
Snippets Groups Projects
Commit f50f43fd authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #18343 from owncloud/degrade-log-about-missing-app

Degrade log message about missing app in appstore to debug
parents f74416a0 24e20a51
No related branches found
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