Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
mxve committed Aug 29, 2024
1 parent 9b215e5 commit 2f71afc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/iw4x.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 2f71afc

Please sign in to comment.