Skip to content

Commit

Permalink
Add more info during the error parse message
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
  • Loading branch information
Gsantomaggio committed Sep 1, 2023
1 parent 969ac33 commit 9fb176a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RabbitMQ.Stream.Client/RawConsumer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Message MessageFromSequence(ref ReadOnlySequence<byte> 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);
}
Expand Down

0 comments on commit 9fb176a

Please sign in to comment.