Skip to content

Commit

Permalink
Log message for detected skip files
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiksi committed Jul 3, 2022
1 parent 29020a7 commit bcede3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ impl<'a, T: AsRef<Path> + std::marker::Sync> Comparator<'a, T> {
if use_skip_files && self.check_for_skip_file(v1) {
// TODO(aksiksi): Check MD5 hash of the video against the skip file to handle
// the case of a new file with the same name.
println!("Skipping {} due to existing skip file...", v1.display());
processed_videos.insert(v1);
continue;
}
Expand Down

0 comments on commit bcede3b

Please sign in to comment.