diff --git a/daemon/src/connection.rs b/daemon/src/connection.rs index f41c462..2fb0676 100644 --- a/daemon/src/connection.rs +++ b/daemon/src/connection.rs @@ -138,7 +138,7 @@ impl Actor { match msg { wire::MakerToTaker::Heartbeat => { - tracing::info!("got the heartbeat"); + tracing::trace!("received a heartbeat message from maker"); self.connected_state .as_mut() .expect("wire messages only to arrive in connected state")