mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
Improve err msg in MultiFetcher::first_available
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
dc8d8ccd88
commit
305a4e4c30
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ impl MultiFetcher {
|
||||||
}
|
}
|
||||||
Err(join_err) => {
|
Err(join_err) => {
|
||||||
debug!(
|
debug!(
|
||||||
"Error while checking fetcher {}: {}",
|
"Error while joining the task that checks the fetcher {}: {}",
|
||||||
fetcher.source_name(),
|
fetcher.source_name(),
|
||||||
join_err
|
join_err
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue