diff --git a/profiling/src/profiling/mod.rs b/profiling/src/profiling/mod.rs index 0071fcc087f..7685e0cc52f 100644 --- a/profiling/src/profiling/mod.rs +++ b/profiling/src/profiling/mod.rs @@ -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}") } } }