diff --git a/src/net/channel.rs b/src/net/channel.rs index bed2a62a2..252e5b817 100644 --- a/src/net/channel.rs +++ b/src/net/channel.rs @@ -170,7 +170,7 @@ impl Channel { pub async fn send(&self, message: &M) -> Result<()> { debug!( target: "net::channel::send()", "[START] command={} {:?}", - M::NAME, self.address(), + M::NAME, self, ); if *self.stopped.lock().await {