Skip to content

Commit

Permalink
Update profiling/src/profiling/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Levi Morrison <levi.morrison@datadoghq.com>
  • Loading branch information
realFlowControl and morrisonlevi authored Dec 22, 2023
1 parent 8a1a52c commit 7c4c9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiling/src/profiling/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ impl TimeCollector {
) {
if message.key.sample_types.len() == 0 {
// profiling disabled, this should not happen!
warn!("You spot a bug in the profiler, please be so kind and report this do Datadog.");
warn!("A sample with no sample types was recorded in the profiler. Please report this to Datadog.");
return;
}

Expand Down

0 comments on commit 7c4c9e5

Please sign in to comment.