Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Nov 14, 2024
1 parent 7d15bec commit 282c842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiling/src/profiling/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1087,10 +1087,10 @@ impl Profiler {
now,
) {
Ok(_) => {
trace!("Sent event 'idle' with {n_labels} labels to profiler.")
trace!("Sent event 'opcache_restart' with {n_labels} labels to profiler.")
}
Err(err) => {
warn!("Failed to send event 'idle' with {n_labels} labels to profiler: {err}")
warn!("Failed to send event 'opcache_restart' with {n_labels} labels to profiler: {err}")
}
}
}
Expand Down

0 comments on commit 282c842

Please sign in to comment.