Skip to content

Commit

Permalink
style: Update log format
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 2, 2023
1 parent e423451 commit 819b3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolchain/llvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ impl Installable for Llvm {
.map_err(|_| Error::RemoveDirectory(llvm_symlink_path.display().to_string()))?;
}
info!(
"Creating symlink between {} and {}",
"Creating symlink between '{}' and '{}'",
self.get_lib_path(),
llvm_symlink_path.display()
);
Expand Down

0 comments on commit 819b3b4

Please sign in to comment.