mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
Fix missing spaces in error log (#1577)
This commit is contained in:
parent
8befa3d649
commit
857a2caf34
1 changed files with 2 additions and 2 deletions
|
@ -250,8 +250,8 @@ async fn download_extract_and_verify(
|
||||||
|
|
||||||
if required_features.is_empty() {
|
if required_features.is_empty() {
|
||||||
error!(
|
error!(
|
||||||
"When resolving {name} bin {bin_name} is not found.\
|
"When resolving {name} bin {bin_name} is not found. \
|
||||||
This binary is not optional so it must be included in the archive, please contact with\
|
This binary is not optional so it must be included in the archive, please contact with \
|
||||||
upstream to fix this issue."
|
upstream to fix this issue."
|
||||||
);
|
);
|
||||||
// This bin is not optional, error
|
// This bin is not optional, error
|
||||||
|
|
Loading…
Add table
Reference in a new issue