\OCP\Util::writeLog('files','initMountPoints() called with wrong user casing. This could be a bug. Expected: "'.$userObject->getUID().'" got "'.$user.'". Stack: '.$stack,\OCP\Util::WARN);
}
$user=$userObject->getUID();
\OCP\Util::writeLog('files','initMountPoints() called with wrong user casing. This could be a bug. Expected: "'.$realUid.'" got "'.$user.'". Stack: '.$stack,\OCP\Util::WARN);