Skip to content

Commit f23233a

Browse files
ramzimortRamzi Mourtada
andauthored
Modifying Endpoint to use Pascale Casing as EndPoint for consistency (#9671)
Co-authored-by: Ramzi Mourtada <[email protected]>
1 parent b904354 commit f23233a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Orleans.Core/Messaging/GatewayManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ private readonly struct UrisLogValue(IList<Uri> uris)
410410

411411
[LoggerMessage(
412412
Level = LogLevel.Information,
413-
Message = "Closing connection to '{Endpoint}' because it has been marked as dead."
413+
Message = "Closing connection to '{EndPoint}' because it has been marked as dead."
414414
)]
415-
private static partial void LogClosingConnectionToDeadGateway(ILogger logger, SiloAddress endpoint);
415+
private static partial void LogClosingConnectionToDeadGateway(ILogger logger, SiloAddress endPoint);
416416

417417
[LoggerMessage(
418418
EventId = (int)ErrorCode.GatewayManager_AllGatewaysDead,

0 commit comments

Comments
 (0)