Improve warning

This commit is contained in:
Christoph Hagen 2023-12-08 14:49:59 +01:00
parent 6365e963c5
commit 81fa5c38de

View File

@ -416,8 +416,7 @@ final class GenerationResultsHandler {
guard existingJob.width != job.width else {
return
}
warning("Different width \(existingJob.width) as \(job.path) (width \(job.width))",
destination: job.destination, path: existingJob.path)
warning("Existing job with width \(existingJob.width) (from \(existingJob.path)), but width \(job.width)", destination: job.destination, path: existingJob.path)
}
// MARK: Visual output