Improve err msg in MultiFetcher::first_available

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-21 13:07:20 +10:00
parent dc8d8ccd88
commit 305a4e4c30
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -74,7 +74,7 @@ impl MultiFetcher {
}
Err(join_err) => {
debug!(
"Error while checking fetcher {}: {}",
"Error while joining the task that checks the fetcher {}: {}",
fetcher.source_name(),
join_err
);