minor log tweak

This commit is contained in:
mfahampshire
2024-12-31 13:17:19 +01:00
parent 1cd42bde0b
commit ec77f1e7b4
@@ -67,7 +67,10 @@ impl NymProxyClient {
}
pub async fn run(&self) -> Result<()> {
info!("Connecting to mixnet server at {}", self.server_address);
info!(
"Outgoing Mixnet traffic will be sent to {}",
self.server_address
);
let listener =
TcpListener::bind(format!("{}:{}", self.listen_address, self.listen_port)).await?;