Skip to content

Commit

Permalink
language suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley committed Mar 19, 2024
1 parent 8035ca6 commit 282ee74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry/Trace/TracerProviderSdk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ private static Sampler GetSampler(IConfiguration configuration, Sampler? stateSa
if (sampler != null)
{
OpenTelemetrySdkEventSource.Log.TracerProviderSdkEvent(
$"Trace sampler configuration value '{configValue}' has been ignored because a value '{sampler.GetType().FullName}' was set previously.");
$"Trace sampler configuration value '{configValue}' has been ignored because a value '{sampler.GetType().FullName}' was set programmatically.");
return sampler;
}

Expand Down

0 comments on commit 282ee74

Please sign in to comment.