Skip to content
Snippets Groups Projects
Commit 0a11c48a authored by Pierre Krieger's avatar Pierre Krieger Committed by GitHub
Browse files

Turn an error! into a debug! (#6000)

parent 1ede6d1e
No related merge requests found
......@@ -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
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment