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 => {
error!(
"Unexpected transaction seq: next={} get={}",
self.next_tx_seq, tx.seq
"Unexpected transaction tx={:?}",
tx,
);
false
}