mirror of https://github.com/rapiz1/rathole.git
fix: a log typo
This commit is contained in:
parent
ca1432ef6c
commit
744590370f
|
@ -317,7 +317,7 @@ async fn do_data_channel_handshake<T: 'static + Transport>(
|
||||||
control_channels: Arc<RwLock<ControlChannelMap<T>>>,
|
control_channels: Arc<RwLock<ControlChannelMap<T>>>,
|
||||||
nonce: Nonce,
|
nonce: Nonce,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
info!("New control channel incoming");
|
debug!("New data channel incoming");
|
||||||
|
|
||||||
// Validate
|
// Validate
|
||||||
let control_channels_guard = control_channels.read().await;
|
let control_channels_guard = control_channels.read().await;
|
||||||
|
|
Loading…
Reference in New Issue