mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-07 23:27:46 +00:00
minor changes
This commit is contained in:
parent
7cb251c190
commit
bd96807bf8
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ where
|
||||||
Ok(proxy_handler) => {
|
Ok(proxy_handler) => {
|
||||||
tokio::spawn(async move {
|
tokio::spawn(async move {
|
||||||
if let Err(err) = handle_udp_associate_session(udp, server_addr, proxy_handler, ipv6_enabled).await {
|
if let Err(err) = handle_udp_associate_session(udp, server_addr, proxy_handler, ipv6_enabled).await {
|
||||||
log::trace!("{} reason \"{}\"", info, err);
|
log::info!("Ending {} with \"{}\"", info, err);
|
||||||
}
|
}
|
||||||
log::trace!("Session count {}", TASK_COUNT.fetch_sub(1, Relaxed) - 1);
|
log::trace!("Session count {}", TASK_COUNT.fetch_sub(1, Relaxed) - 1);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue