From 819b3b45f930a556a83447c957a6450b85f1769a Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 2 Nov 2023 09:56:14 +0000 Subject: [PATCH] style: Update log format --- src/toolchain/llvm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolchain/llvm.rs b/src/toolchain/llvm.rs index c417d01d..4ee6f684 100644 --- a/src/toolchain/llvm.rs +++ b/src/toolchain/llvm.rs @@ -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() );