mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Turn an error! into a debug! (#6000)
This commit is contained in:
@@ -810,7 +810,7 @@ impl GenericProto {
|
||||
};
|
||||
|
||||
if !incoming.alive {
|
||||
error!(target: "sub-libp2p", "PSM => Reject({:?}, {:?}): Obsolete incoming, \
|
||||
debug!(target: "sub-libp2p", "PSM => Reject({:?}, {:?}): Obsolete incoming, \
|
||||
ignoring", index, incoming.peer_id);
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user