Skip to content

Commit a317092

Browse files
author
dasman
committed
event_graph: minor debug log ms instead of s
1 parent f9d3600 commit a317092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event_graph/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ impl EventGraph {
525525
// Sleep until it's time to rotate.
526526
let s = millis_until_next_rotation(next_rotation);
527527

528-
debug!(target: "event_graph::dag_prune_task()", "Sleeping {}s until next DAG prune", s);
528+
debug!(target: "event_graph::dag_prune_task()", "Sleeping {}ms until next DAG prune", s);
529529
msleep(s).await;
530530
debug!(target: "event_graph::dag_prune_task()", "Rotation period reached");
531531

0 commit comments

Comments
 (0)