Skip to content

Commit 4e56b72

Browse files
committed
Fix exception message
1 parent d492eb6 commit 4e56b72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bundle/Core/Site/LanguageResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public function resolveByContent(VersionInfo $versionInfo): string
6565
} catch (SiteAccessMatchException $exception) {
6666
$this->logger->debug(
6767
sprintf(
68-
'Could not resolve siteaccess for Location #%s, falling back to the current siteaccess: %s',
69-
$location->id,
68+
'Could not resolve siteaccess for Content #%s, falling back to the current siteaccess: %s',
69+
$versionInfo->contentInfo->id,
7070
$exception->getMessage(),
7171
),
7272
);

0 commit comments

Comments
 (0)