Explorar o código

fix: a log typo

Yujia Qiao %!s(int64=4) %!d(string=hai) anos
pai
achega
744590370f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server.rs

+ 1 - 1
src/server.rs

@@ -317,7 +317,7 @@ async fn do_data_channel_handshake<T: 'static + Transport>(
     control_channels: Arc<RwLock<ControlChannelMap<T>>>,
     nonce: Nonce,
 ) -> Result<()> {
-    info!("New control channel incoming");
+    debug!("New data channel incoming");
 
     // Validate
     let control_channels_guard = control_channels.read().await;