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 b904354 commit f23233aCopy full SHA for f23233a
src/Orleans.Core/Messaging/GatewayManager.cs
@@ -410,9 +410,9 @@ private readonly struct UrisLogValue(IList<Uri> uris)
410
411
[LoggerMessage(
412
Level = LogLevel.Information,
413
- Message = "Closing connection to '{Endpoint}' because it has been marked as dead."
+ Message = "Closing connection to '{EndPoint}' because it has been marked as dead."
414
)]
415
- private static partial void LogClosingConnectionToDeadGateway(ILogger logger, SiloAddress endpoint);
+ private static partial void LogClosingConnectionToDeadGateway(ILogger logger, SiloAddress endPoint);
416
417
418
EventId = (int)ErrorCode.GatewayManager_AllGatewaysDead,
0 commit comments