We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d492eb6 commit 4e56b72Copy full SHA for 4e56b72
1 file changed
bundle/Core/Site/LanguageResolver.php
@@ -65,8 +65,8 @@ public function resolveByContent(VersionInfo $versionInfo): string
65
} catch (SiteAccessMatchException $exception) {
66
$this->logger->debug(
67
sprintf(
68
- 'Could not resolve siteaccess for Location #%s, falling back to the current siteaccess: %s',
69
- $location->id,
+ 'Could not resolve siteaccess for Content #%s, falling back to the current siteaccess: %s',
+ $versionInfo->contentInfo->id,
70
$exception->getMessage(),
71
),
72
);
0 commit comments