diff --git a/substrate/client/consensus/slots/src/lib.rs b/substrate/client/consensus/slots/src/lib.rs index 9819e1487d066f6f4cb5071b35c76acae8b46722..e3001ce0503c29fe6423b1c015ea4777baea9590 100644 --- a/substrate/client/consensus/slots/src/lib.rs +++ b/substrate/client/consensus/slots/src/lib.rs @@ -126,7 +126,7 @@ pub trait SimpleSlotWorker<B: BlockT> { 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, );