[Pkg-owncloud-commits] [owncloud] 02/20: Added error message on initMountpoints exception
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 15:57:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 8df392738c2e3168c38565dc1c3062b94c1e3bee
Author: Morris Jobke <hey at morrisjobke.de>
Date: Tue Jun 23 09:54:03 2015 +0200
Added error message on initMountpoints exception
---
lib/private/files/filesystem.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php
index 883bd4f..cc8fe47 100644
--- a/lib/private/files/filesystem.php
+++ b/lib/private/files/filesystem.php
@@ -331,7 +331,7 @@ class Filesystem {
if (is_null($userObject)) {
\OCP\Util::writeLog('files', ' Backends provided no user object for '.$user, \OCP\Util::ERROR);
- throw new \OC\User\NoUserException();
+ throw new \OC\User\NoUserException('Backends provided no user object for ' . $user);
}
$homeStorage = \OC_Config::getValue( 'objectstore' );
--
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