Skip to content

Commit

Permalink
Add some log detail in case of timeout (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
  • Loading branch information
Gsantomaggio authored Oct 2, 2024
1 parent 9361417 commit 65b44e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RabbitMQ.AMQP.Client/Impl/AmqpManagement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ private async Task ProcessResponses()
// the timeout is set to 60 seconds.
// For the moment I'd trace it at some point we can remove it
Trace.WriteLine(TraceLevel.Verbose,
$"Management:Timeout {timeout.Seconds} s.. waiting for message.");
$"{ToString()} - Timeout {timeout.Seconds} s.. waiting for message.");
continue;
}

Expand Down

0 comments on commit 65b44e6

Please sign in to comment.