mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
udp: log with warn level and with more info if send_to fails
This commit is contained in:
parent
5d227428cc
commit
0f6be84576
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ fn send_response(
|
|||
}
|
||||
Ok(_) => {}
|
||||
Err(err) => {
|
||||
::log::info!("send_to error: {}", err);
|
||||
::log::warn!("send_to error: {:#}", err);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue