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