From 0819fa80270b83ca129c85522ea8e1a3533ef0a6 Mon Sep 17 00:00:00 2001 From: endernon Date: Fri, 6 Dec 2024 23:02:17 +0000 Subject: [PATCH] show filename --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 0e73a50..3fde161 100644 --- a/src/main.rs +++ b/src/main.rs @@ -72,6 +72,7 @@ fn main() { // } for thatpath in filelist { + println!("File: {:?}",thatpath); catzou::encoder(thatpath.to_owned(), thatpath) } } \ No newline at end of file