mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
add log
This commit is contained in:
parent
e3c199d361
commit
0734ec9886
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user