Skip to content

Commit

Permalink
chore: further log message changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpop-zengenti committed Sep 4, 2024
1 parent d006be0 commit c95b5b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public CorePublishingService(
$"when calling IPublishingApi.GetEndpointForRequest for requestContext {requestContext.ToJson()}";
if (originUri != null)
{
messageSuffix = messageSuffix += " and path {originUri.AbsolutePath}.";
messageSuffix = messageSuffix += $" and path {originUri.AbsolutePath}.";
}

ExceptionDispatchInfo? exceptionDispatchInfo = null;
Expand Down

0 comments on commit c95b5b1

Please sign in to comment.