Commit db36c65
authored
feat: Add the timeout duration to the relay dial error (#3406)
## Description
This adds the timeout used to the error. This error ends up being
logged, knowing the actual timeout exceeded is kind of useful.
## Breaking Changes
None
## Notes & open questions
My first attempt at using snafu. Hopefully this is about right.
## Change checklist
<!-- Remove any that are not relevant. -->
- [x] Self-review.1 parent 8426241 commit db36c65
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
| 261 | + | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
502 | 505 | | |
503 | 506 | | |
504 | 507 | | |
| |||
0 commit comments