From 857a2caf34b6c570eb86fe1b71fc78c4f9e98702 Mon Sep 17 00:00:00 2001 From: FlareFlo Date: Fri, 19 Jan 2024 03:20:37 +0100 Subject: [PATCH] Fix missing spaces in error log (#1577) --- crates/binstalk/src/ops/resolve.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/binstalk/src/ops/resolve.rs b/crates/binstalk/src/ops/resolve.rs index f19c96c9..94b1b5ff 100644 --- a/crates/binstalk/src/ops/resolve.rs +++ b/crates/binstalk/src/ops/resolve.rs @@ -250,8 +250,8 @@ async fn download_extract_and_verify( if required_features.is_empty() { error!( - "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\ + "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 \ upstream to fix this issue." ); // This bin is not optional, error