mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Degrade log message about missing app in appstore to debug
* fixes #18154
This commit is contained in:
parent
f74416a0cb
commit
24e20a51eb
@ -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…
Reference in New Issue
Block a user