node/pkg/solana: demote log message to warning
This seems to happen quite frequently. Change-Id: Ibb9b975566974974e0a3ba61ae126f49ace6a99a
This commit is contained in:
parent
e7df95839d
commit
2a1eaf5163
|
@ -362,7 +362,7 @@ OUTER:
|
|||
}
|
||||
|
||||
if emptyRetry {
|
||||
logger.Error("SOLANA BUG: skipped or unavailable block retrieved on second attempt",
|
||||
logger.Warn("SOLANA BUG: skipped or unavailable block retrieved on second attempt",
|
||||
zap.Uint64("slot", slot),
|
||||
zap.String("commitment", string(s.commitment)))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue