mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
[network] Extend Notifications logs with SetId where missing (#14406)
* Extend `Notifications` logs with `SetId` where missing * Downgrade "Ignoring request to disconnect reserved peer" * minor: log formatting
This commit is contained in:
@@ -513,7 +513,7 @@ impl ProtocolController {
|
||||
fn on_disconnect_peer(&mut self, peer_id: PeerId) {
|
||||
// Don't do anything if the node is reserved.
|
||||
if self.reserved_nodes.contains_key(&peer_id) {
|
||||
warn!(
|
||||
debug!(
|
||||
target: LOG_TARGET,
|
||||
"Ignoring request to disconnect reserved peer {} from {:?}.", peer_id, self.set_id,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user