Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Jul 20, 2021
1 parent 2781552 commit a92e809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OpenTelemetry/Internal/OpenTelemetrySdkEventSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ protected override void OnEventWritten(EventWrittenEventArgs e)
{
message = e.Message;
}
Debug.WriteLine($"{e.EventSource.Name} - EventId: [{e.EventId}], EventName: [{e.EventName}], Message: [{message}]");

Debug.WriteLine($"{e.EventSource.Name} - EventId: [{e.EventId}], EventName: [{e.EventName}], Message: [{message}]");
}
}
#endif
Expand Down

0 comments on commit a92e809

Please sign in to comment.