Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit eabe617

Browse files
committed
Uncomment log statement
1 parent eff85a7 commit eabe617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Azure.ServiceBus/Core/MessageSender.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public async Task SendAsync(MessageBatch messageBatch)
306306
// this.diagnosticSource.SendStop(activity, messageList, sendTask?.Status);
307307
// }
308308

309-
// MessagingEventSource.Log.MessageSendStop(this.ClientId);
309+
MessagingEventSource.Log.MessageSendStop(this.ClientId);
310310
}
311311

312312
/// <summary>

0 commit comments

Comments
 (0)