diff options
Diffstat (limited to 'lib/private/ocsclient.php')
-rw-r--r-- | lib/private/ocsclient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php index a783a1f8425..52056f4d5e2 100644 --- a/lib/private/ocsclient.php +++ b/lib/private/ocsclient.php @@ -279,7 +279,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::DEBUG); + \OCP\Util::writeLog('core', 'No update found at the Nextcloud appstore for app ' . $id, \OCP\Util::DEBUG); return null; } |