remove_connection refactor

This commit is contained in:
ssrlive 2023-09-03 18:39:11 +08:00
parent ef6f67b975
commit f175813cc8

View file

@ -369,7 +369,7 @@ impl<'a> TunToProxy<'a> {
}
if let Err(err) = state.mio_stream.shutdown(Shutdown::Both) {
log::debug!("Shutdown {} error \"{}\"", info, err);
log::trace!("Shutdown {} error \"{}\"", info, err);
}
log::info!("Close {}", info);