Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
terrarier2111 committed Mar 10, 2024
1 parent 58ea9f9 commit ad48119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ad48119

Please sign in to comment.