mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-12 02:56:21 +00:00
backport ci migration (#5758)
backport ci migration from circle to github actions
This commit is contained in:
+3
-1
@@ -203,7 +203,9 @@ func (wal *baseWAL) WriteSync(msg WALMessage) error {
|
||||
}
|
||||
|
||||
if err := wal.FlushAndSync(); err != nil {
|
||||
wal.Logger.Error("WriteSync failed to flush consensus wal. WARNING: may result in creating alternative proposals / votes for the current height iff the node restarted",
|
||||
wal.Logger.Error(
|
||||
`WriteSync failed to flush consensus wal. WARNING: may result in creating alternative proposals / votes
|
||||
for the current height iff the node restarted`,
|
||||
"err", err)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user