[Pkg-owncloud-commits] [owncloud] 11/215: Improve error messge text for app upgrade try (#15375)
David Prévot
taffit at moszumanska.debian.org
Tue May 5 01:01:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 676e86b314a3aaca0d90ff2a719a49b5cc56d746
Author: Martin <martin.mattel at diemattels.at>
Date: Sun Apr 5 18:44:02 2015 +0200
Improve error messge text for app upgrade try (#15375)
---
lib/private/ocsclient.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php
index b00772f..f10a974 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;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list