Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Aug 23, 2021
1 parent 227547d commit ba91826
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions comms/src/connection_manager/listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,13 +317,11 @@ where
}
},
Err(err) => {
let public_key = Self::remote_public_key_from_socket(socket, noise_config).await;
warn!(
target: LOG_TARGET,
"Peer at address '{}' ({}) failed to send its wire format . Expected network byte {:x?} or \
liveness byte {:x?} not received. Error: {}",
"Peer at address '{}' failed to send its wire format. Expected network byte {:x?} or liveness \
byte {:x?} not received. Error: {}",
peer_addr,
public_key,
config.network_info.network_byte,
LIVENESS_WIRE_MODE,
err
Expand Down

0 comments on commit ba91826

Please sign in to comment.