fix: change log message on skip.
It was confusing, now it is less confusing.
This commit is contained in:
parent
a905cdd4b9
commit
fabaafbbe7
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fn main() {
|
||||||
);
|
);
|
||||||
|
|
||||||
if job.check_if_exists() {
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue