diff --git a/lib/private/Files/SetupManager.php b/lib/private/Files/SetupManager.php index 5782a5a72a6ce..729cfc90736e5 100644 --- a/lib/private/Files/SetupManager.php +++ b/lib/private/Files/SetupManager.php @@ -311,7 +311,7 @@ private function setupForUserWith(IUser $user, callable $mountCallback): void { $this->oneTimeUserSetup($user); } - $this->eventLogger->start('setup_fs', 'Setup filesystem'); + $this->eventLogger->start('setup_fs', 'Setup user filesystem for: ' . $user->getUID()); if ($this->lockdownManager->canAccessFilesystem()) { $mountCallback();