mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45: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(_) => {}
|
Ok(_) => {}
|
||||||
Err(err) => {
|
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