From 282c842bc2465b41ae820cfa72e259bf9d7ede9a Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Thu, 14 Nov 2024 10:12:04 +0100 Subject: [PATCH] sdf --- profiling/src/profiling/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiling/src/profiling/mod.rs b/profiling/src/profiling/mod.rs index 0071fcc087..7685e0cc52 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}") } } }