mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 15:27:57 +00:00
Use Debug for genesis mismatch message (#8449)
This commit is contained in:
@@ -665,7 +665,7 @@ impl<B: BlockT> Protocol<B> {
|
||||
if status.genesis_hash != self.genesis_hash {
|
||||
log!(
|
||||
target: "sync",
|
||||
if self.important_peers.contains(&who) { Level::Warn } else { Level::Trace },
|
||||
if self.important_peers.contains(&who) { Level::Warn } else { Level::Debug },
|
||||
"Peer is on different chain (our genesis: {} theirs: {})",
|
||||
self.genesis_hash, status.genesis_hash
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user