diff --git a/node/bft/src/primary.rs b/node/bft/src/primary.rs index ff83a4e8ea..ac9cad8e30 100644 --- a/node/bft/src/primary.rs +++ b/node/bft/src/primary.rs @@ -556,7 +556,7 @@ impl Primary { // and prior to checking the batch header (below). if let Err(e) = self.ensure_is_signing_round(batch_round) { // If the primary is not signing for the peer's round, then return early. - trace!("Skipped signing a batch for round {batch_round} from '{peer_ip}' - {e}"); + debug!("{e} from '{peer_ip}'"); return Ok(()); }