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 9361417 commit 65b44e6Copy full SHA for 65b44e6
RabbitMQ.AMQP.Client/Impl/AmqpManagement.cs
@@ -234,7 +234,7 @@ private async Task ProcessResponses()
234
// the timeout is set to 60 seconds.
235
// For the moment I'd trace it at some point we can remove it
236
Trace.WriteLine(TraceLevel.Verbose,
237
- $"Management:Timeout {timeout.Seconds} s.. waiting for message.");
+ $"{ToString()} - Timeout {timeout.Seconds} s.. waiting for message.");
238
continue;
239
}
240
0 commit comments