[Pkg-owncloud-commits] [owncloud] 289/394: fix error message, add appid to the output to know which app caused the error
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:12:31 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.
commit f995d92c46bce01317414c8974f11e6e3066ad31
Author: Björn Schießle <schiessle at owncloud.com>
Date: Fri Jan 18 10:32:24 2013 +0100
fix error message, add appid to the output to know which app caused the error
---
lib/app.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/app.php b/lib/app.php
index 3952301..5551c11 100755
--- a/lib/app.php
+++ b/lib/app.php
@@ -725,7 +725,7 @@ class OC_App{
}
return new OC_FilesystemView('/'.OC_User::getUser().'/'.$appid);
}else{
- OC_Log::write('core', 'Can\'t get app storage, app, user not logged in', OC_Log::ERROR);
+ OC_Log::write('core', 'Can\'t get app storage, app '.$appid.', user not logged in', OC_Log::ERROR);
return false;
}
}else{
--
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