diff --git a/swap/src/protocol/alice/event_loop.rs b/swap/src/protocol/alice/event_loop.rs index 832f658c..49f32d73 100644 --- a/swap/src/protocol/alice/event_loop.rs +++ b/swap/src/protocol/alice/event_loop.rs @@ -335,7 +335,7 @@ where } } SwarmEvent::NewListenAddr(address) => { - tracing::info!(%address, "Listening on"); + tracing::info!(%address, "New listen address detected"); } _ => {} }