File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
crates/shadowsocks-service/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ where
290290 W : UdpInboundWrite + Send + Sync + Unpin + ' static ,
291291{
292292 fn drop ( & mut self ) {
293- trace ! ( "udp association for {} is closed" , self . peer_addr) ;
293+ debug ! ( "udp association for {} is closed" , self . peer_addr) ;
294294 }
295295}
296296
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ struct UdpAssociationContext {
256256
257257impl Drop for UdpAssociationContext {
258258 fn drop ( & mut self ) {
259- trace ! ( "udp tunnel for {} is closed" , self . peer_addr) ;
259+ debug ! ( "udp tunnel for {} is closed" , self . peer_addr) ;
260260 }
261261}
262262
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ struct UdpAssociationContext {
238238
239239impl Drop for UdpAssociationContext {
240240 fn drop ( & mut self ) {
241- trace ! ( "udp association for {} is closed" , self . peer_addr) ;
241+ debug ! ( "udp association for {} is closed" , self . peer_addr) ;
242242 }
243243}
244244
You can’t perform that action at this time.
0 commit comments