Added error message on initMountpoints exception

This commit is contained in:
Morris Jobke 2015-06-23 09:54:03 +02:00
parent 2654696086
commit fdd01cf15c
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,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');