diff options
-rw-r--r-- | lib/private/ocsclient.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php index b00772fb799..f10a97428e2 100644 --- a/lib/private/ocsclient.php +++ b/lib/private/ocsclient.php @@ -263,6 +263,7 @@ class OCSClient { $tmp = $data->data->content; if (is_null($tmp)) { + \OC_Log::write('core', 'No update found at the ownCloud appstore for app ' . $id, \OC_Log::INFO); return null; } |