Skip to content

Commit

Permalink
Addressed comments
Browse files Browse the repository at this point in the history
Signed-off-by: Dev Agarwal <[email protected]>
  • Loading branch information
devagarwal1803 committed Feb 6, 2024
1 parent 4d6122d commit db5f183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private OTelTelemetrySettings() {}
return (Class<Sampler>) loader.loadClass(sampler);
});
} catch (PrivilegedActionException ex) {
throw new IllegalStateException("Unable to load sampler class:", ex.getCause());
throw new IllegalStateException("Unable to load sampler class: " + sampler, ex.getCause());
}
},
Setting.Property.NodeScope,
Expand Down

0 comments on commit db5f183

Please sign in to comment.