diff --git a/RabbitMQ.Stream.Client/RawConsumer.cs b/RabbitMQ.Stream.Client/RawConsumer.cs index e25ccb85..9526910b 100644 --- a/RabbitMQ.Stream.Client/RawConsumer.cs +++ b/RabbitMQ.Stream.Client/RawConsumer.cs @@ -215,7 +215,7 @@ Message MessageFromSequence(ref ReadOnlySequence unCompressedData, ref int catch (Exception e) { _logger.LogError(e, - "Error while parsing message on the stream {Stream}. the message will be skipped. " + + "Error while parsing message on the stream {Stream}. The message will be skipped. " + "Please report this issue to the RabbitMQ team on GitHub {Repo}", _config.Stream, Consts.RabbitMQClientRepo); }