From 9f00b0c0e70dbca1f3bf13151c33a3d8dd2c4245 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Sun, 10 Sep 2023 20:00:04 +0200 Subject: [PATCH] Show more progress --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index d9d83ba..97911e3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -192,6 +192,8 @@ fn update_dir(cdn_info: &Vec, remote_dir: &str, dir: &Path) { sha1_remote ); http::download_file(&format!("{}/{}", MASTER, file.name), &file_path); + } else { + println!("{} is up to date.", file_path.display()); } } else { println!("Downloading {}...", file_path.display());