diff --git a/substrate/client/consensus/slots/src/lib.rs b/substrate/client/consensus/slots/src/lib.rs index 9819e1487d..e3001ce050 100644 --- a/substrate/client/consensus/slots/src/lib.rs +++ b/substrate/client/consensus/slots/src/lib.rs @@ -126,7 +126,7 @@ pub trait SimpleSlotWorker { let slot_now = SignedDuration::default().slot_now(slot_duration); if slot_now > slot_number { // if this is behind, return. - debug!(target: self.logging_target(), + debug!(target: self.logging_target(), "Skipping proposal slot {} since our current view is {}", slot_number, slot_now, );