Print timeout message better
This commit is contained in:
parent
18c845d6f0
commit
80b153dbca
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ impl DhtState {
|
|||
}
|
||||
Err(_) => {
|
||||
self.inflight_by_transaction_id.remove(&key);
|
||||
bail!("timeout")
|
||||
bail!("timeout ({RESPONSE_TIMEOUT:?})")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue