From 8f895354f4461c5f187f3bfc06c988e3073f2b09 Mon Sep 17 00:00:00 2001 From: aldenhu Date: Thu, 28 Jul 2022 16:11:56 -0700 Subject: [PATCH] trivial: remove a spammy debug log --- mempool/src/shared_mempool/coordinator.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.