From ad48119279b2c7adab9c1dffd2512bf532a1c092 Mon Sep 17 00:00:00 2001 From: threadexception Date: Sun, 10 Mar 2024 18:07:57 +0100 Subject: [PATCH] Add quotes --- src/resources.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources.rs b/src/resources.rs index 99ef7031..c9aa9d61 100644 --- a/src/resources.rs +++ b/src/resources.rs @@ -388,7 +388,7 @@ impl Manager { } fs::rename(&tmp_file, &location).unwrap(); } else { - warn!("The asset {k} (hash: {hash}) could not be downloaded"); + warn!("The asset \"{k}\" (hash: {hash}) could not be downloaded"); } Self::add_task_progress( &progress_info,