tweak various log levels and messages
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
33cc3d56c1
commit
541fa2d2f7
4 changed files with 32 additions and 41 deletions
|
@ -822,7 +822,7 @@ async fn handle_events_kind_normal(
|
|||
.map(|response| {
|
||||
for pdu in response.pdus {
|
||||
if pdu.1.is_err() {
|
||||
warn!("Failed to send to {}: {:?}", dest, pdu);
|
||||
warn!("error for {} from remote: {:?}", pdu.0, pdu.1);
|
||||
}
|
||||
}
|
||||
kind.clone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue