This commit is contained in:
ssrlive 2024-03-05 12:33:47 +08:00 committed by GitHub
parent 7e7aadb04b
commit fb7b6862e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -171,7 +171,7 @@ where
Ok(proxy_handler) => {
tokio::spawn(async move {
if let Err(err) = handle_udp_associate_session(udp, server_addr, proxy_handler, ipv6_enabled).await {
log::error!("{} error \"{}\"", info, err);
log::trace!("{} reason \"{}\"", info, err);
}
log::trace!("Session count {}", TASK_COUNT.fetch_sub(1, Relaxed) - 1);
});