Skip to content

Commit

Permalink
Fix diagnostics event error. #504
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-xiaodong committed Feb 5, 2020
1 parent 557c314 commit 969f5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNetCore.CAP/Internal/IConsumerRegister.Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ private void TracingError(long? tracingTimestamp, TransportMessage message, Brok
{
var now = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds();

var eventData = new CapEventDataPubSend()
var eventData = new CapEventDataSubStore()
{
OperationTimestamp = now,
Operation = message.GetName(),
Expand Down

0 comments on commit 969f5d5

Please sign in to comment.