mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_ws: add more anyhow error context annotations
This commit is contained in:
parent
65684472a6
commit
b9ee290ca0
4 changed files with 19 additions and 12 deletions
|
|
@ -42,7 +42,7 @@ pub fn run_socket_worker(
|
|||
},
|
||||
Err(err) => {
|
||||
socket_worker_statuses.lock()[socket_worker_index] = Some(
|
||||
Err(format!("Couldn't create TCP listener: {}", err))
|
||||
Err(format!("Couldn't open socket: {:#}", err))
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue