Improve error messge text for app upgrade try (#15375)
This commit is contained in:
parent
3e8f6cdba9
commit
676e86b314
|
@ -263,6 +263,7 @@ class OCSClient {
|
||||||
|
|
||||||
$tmp = $data->data->content;
|
$tmp = $data->data->content;
|
||||||
if (is_null($tmp)) {
|
if (is_null($tmp)) {
|
||||||
|
\OC_Log::write('core', 'No update found at the ownCloud appstore for app ' . $id, \OC_Log::INFO);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue