mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Reduce log severity (#5404)
This commit is contained in:
@@ -816,9 +816,9 @@ where
|
||||
);
|
||||
let _ = sender.send(CollationSecondedSignal { statement, relay_parent });
|
||||
} else {
|
||||
gum::warn!(
|
||||
gum::debug!(
|
||||
target: LOG_TARGET,
|
||||
?statement,
|
||||
candidate_hash = ?&statement.payload().candidate_hash(),
|
||||
?origin,
|
||||
"received an unexpected `CollationSeconded`: unknown statement",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user