From 2f71afc1d379e0f1907930eeaab0a6ba010b2473 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Thu, 29 Aug 2024 23:43:45 +0200 Subject: [PATCH] fix print --- src/iw4x.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/iw4x.rs b/src/iw4x.rs index 9f4312b..0fa52aa 100644 --- a/src/iw4x.rs +++ b/src/iw4x.rs @@ -19,11 +19,8 @@ pub async fn update(dir: &Path, cache: &mut structs::Cache) { return; } - crate::println_info!( - "{}Downloading outdated or missing files for IW4x", - misc::prefix("info") - ); - crate::println_info!( + crate::println_info!("Downloading outdated or missing files for IW4x",); + println!( "{}{}", misc::prefix("downloading"), misc::cute_path(&dir.join("iw4x.dll"))