diff --git a/mempool/src/shared_mempool/coordinator.rs b/mempool/src/shared_mempool/coordinator.rs index 0a90d68db0edf..54a5039649352 100644 --- a/mempool/src/shared_mempool/coordinator.rs +++ b/mempool/src/shared_mempool/coordinator.rs @@ -161,7 +161,9 @@ fn handle_commit_notification( V: TransactionValidation, { debug!( - LogSchema::event_log(LogEntry::StateSyncCommit, LogEvent::Received).state_sync_msg(&msg) + block_timestamp_usecs = msg.block_timestamp_usecs, + num_committed_txns = msg.transactions.len(), + LogSchema::event_log(LogEntry::StateSyncCommit, LogEvent::Received), ); // Process and time committed user transactions.