This commit is contained in:
Peter Zhang 2024-09-02 00:16:36 +08:00
parent e3c199d361
commit 0734ec9886

View File

@ -251,8 +251,8 @@ impl LogSyncManager {
} }
std::cmp::Ordering::Greater => { std::cmp::Ordering::Greater => {
error!( error!(
"Unexpected transaction seq: next={} get={}", "Unexpected transaction tx={:?}",
self.next_tx_seq, tx.seq tx,
); );
false false
} }