mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-19 15:25:54 -04:00
[ci skip] tweak debugging output
This commit is contained in:
parent
d29a23f341
commit
a3cf47ac33
@ -527,11 +527,11 @@ impl RPCProcessor {
|
||||
.await;
|
||||
match &out {
|
||||
Err(e) => {
|
||||
veilid_log!(self debug "RPC Lost (id={} {}): {}", id, debug_string, e);
|
||||
veilid_log!(self debug "RPC Lost (id={} {}): {} ({}) ", id, debug_string, e, waitable_reply.context.send_data_result.unique_flow().flow);
|
||||
self.record_lost_answer(&waitable_reply.context);
|
||||
}
|
||||
Ok(TimeoutOr::Timeout) => {
|
||||
veilid_log!(self debug "RPC Lost (id={} {}): Timeout", id, debug_string);
|
||||
veilid_log!(self debug "RPC Lost (id={} {}): Timeout ({})", id, debug_string, waitable_reply.context.send_data_result.unique_flow().flow);
|
||||
self.record_lost_answer(&waitable_reply.context);
|
||||
}
|
||||
Ok(TimeoutOr::Value((rpcreader, _))) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user