Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Apr 28, 2023
1 parent 6576a96 commit 8ef395a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry/BaseExportProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected BaseExportProcessor(BaseExporter<T> exporter)
{
Guard.ThrowIfNull(exporter);

this.friendlyTypeName = $"{this.GetType().Name}<{exporter.GetType().Name}>";
this.friendlyTypeName = $"{this.GetType().Name}{{{exporter.GetType().Name}}}";
this.exporter = exporter;
}

Expand Down

0 comments on commit 8ef395a

Please # to comment.