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 => {
|
std::cmp::Ordering::Greater => {
|
||||||
error!(
|
error!(
|
||||||
"Unexpected transaction seq: next={} get={}",
|
"Unexpected transaction tx={:?}",
|
||||||
self.next_tx_seq, tx.seq
|
tx,
|
||||||
);
|
);
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user