Skip to content

Commit

Permalink
Fix exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Mar 16, 2023
1 parent d492eb6 commit 4e56b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/Core/Site/LanguageResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public function resolveByContent(VersionInfo $versionInfo): string
} catch (SiteAccessMatchException $exception) {
$this->logger->debug(
sprintf(
'Could not resolve siteaccess for Location #%s, falling back to the current siteaccess: %s',
$location->id,
'Could not resolve siteaccess for Content #%s, falling back to the current siteaccess: %s',
$versionInfo->contentInfo->id,
$exception->getMessage(),
),
);
Expand Down

0 comments on commit 4e56b72

Please sign in to comment.