demote chatty log

This commit is contained in:
John Smith 2022-08-26 23:56:43 -04:00
parent 32d3388bd9
commit 39ddb6534a

View File

@ -1097,7 +1097,7 @@ impl NetworkManager {
}
// Otherwise, we can't reach this node
debug!("unable to reach node {:?}", target_node_ref);
log_net!("unable to reach node {:?}", target_node_ref);
ContactMethod::Unreachable
}