Skip to content

Commit

Permalink
Update depends.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktwrd committed Jun 1, 2024
1 parent a037f22 commit 91041e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/depends.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub async fn try_install_vcredist() -> Result<(), BeansError>
return Ok(());
}

info!("Installing Visual C++ Redistributable");
log::info!("Installing Visual C++ Redistributable");
let mut out_loc = std::env::temp_dir().to_str().unwrap_or("").to_string();
if out_loc.ends_with("\\") == false {
out_loc.push_str("\\");
Expand Down

0 comments on commit 91041e8

Please sign in to comment.