Improve warning
This commit is contained in:
parent
6365e963c5
commit
81fa5c38de
@ -416,8 +416,7 @@ final class GenerationResultsHandler {
|
|||||||
guard existingJob.width != job.width else {
|
guard existingJob.width != job.width else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
warning("Different width \(existingJob.width) as \(job.path) (width \(job.width))",
|
warning("Existing job with width \(existingJob.width) (from \(existingJob.path)), but width \(job.width)", destination: job.destination, path: existingJob.path)
|
||||||
destination: job.destination, path: existingJob.path)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: Visual output
|
// MARK: Visual output
|
||||||
|
Loading…
Reference in New Issue
Block a user