nit tracing

This commit is contained in:
Ruben Fiszel
2025-07-13 11:15:43 +00:00
parent 688129051d
commit b292452477
-1
View File
@@ -1337,7 +1337,6 @@ pub async fn run_worker(
);
tokio::select! {
_ = tokio::time::sleep(Duration::from_secs(10)) => {
tracing::info!(worker = %worker_name, hostname = %hostname, "sleeping for 10s waiting for valid key to be set");
continue;
}
_ = killpill_rx.recv() => {