diff --git a/daemon/src/maker_inc_connections.rs b/daemon/src/maker_inc_connections.rs index 9ab2500..f710f68 100644 --- a/daemon/src/maker_inc_connections.rs +++ b/daemon/src/maker_inc_connections.rs @@ -119,7 +119,7 @@ impl Actor { ) -> Result<()> { let taker_id = TakerId::default(); - tracing::info!("New taker {} connected on {}", taker_id, taker_address); + tracing::info!(%taker_id, address = %taker_address, "New taker connected"); let noise = Arc::new(Mutex::new( noise::responder_handshake(&mut stream, &self.noise_priv_key).await?,