mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
Degrade log message about missing app in appstore to debug
* fixes #18154
This commit is contained in:
parent
f74416a0cb
commit
24e20a51eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue