Skip to content

Commit d83fa3b

Browse files
committed
Standarize log message
1 parent 3a22e2f commit d83fa3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BuildingBlocks/EventBus/EventBusRabbitMQ/DefaultRabbitMQPersisterConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public bool TryConnect()
8888
_connection.CallbackException += OnCallbackException;
8989
_connection.ConnectionBlocked += OnConnectionBlocked;
9090

91-
_logger.LogInformation("RabbitMQ acquired a persistent connection to '{HostName}' and is subscribed to failure events", _connection.Endpoint.HostName);
91+
_logger.LogInformation("RabbitMQ Client acquired a persistent connection to '{HostName}' and is subscribed to failure events", _connection.Endpoint.HostName);
9292

9393
return true;
9494
}

0 commit comments

Comments
 (0)