fix: change log message on skip.

It was confusing, now it is less confusing.
This commit is contained in:
Didier Slof 2023-05-07 21:06:54 +02:00
parent a905cdd4b9
commit fabaafbbe7
Signed by: didier
GPG Key ID: 01E71F18AA4398E5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ fn main() {
);
if job.check_if_exists() {
info!("Skipping file {} because it already exists.", job.output);
info!("Skipping conversion for {} to {} as the output file already exists.", job.input, job.output);
continue;
}