mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Lower log level of grandpa until_imported message (#1691)
* core: gossip: add missing docs * core: grandpa: lower log level on until_imported
This commit is contained in:
committed by
Robert Habermeier
parent
1cb02c318b
commit
7c33728510
@@ -162,7 +162,7 @@ impl<Block: BlockT, Status, I, M> Stream for UntilImported<Block, Status, I, M>
|
||||
} else {
|
||||
let next_log = *last_log + LOG_PENDING_INTERVAL;
|
||||
if Instant::now() <= next_log {
|
||||
warn!(
|
||||
debug!(
|
||||
target: "afg",
|
||||
"Waiting to import block {} before {} votes can be imported. \
|
||||
Possible fork?",
|
||||
|
||||
Reference in New Issue
Block a user