worker: more verbose logging in ESD creation

This commit is contained in:
osy 2023-08-12 14:57:43 -07:00
parent 7c6efa9653
commit 7225052413

View file

@ -380,7 +380,7 @@ extension Worker {
if build.count > 32 {
build = String(build.prefix(32))
}
try await exec(at: nil, executableURL: script, esdUrl.path, isoUrl.path, build)
try await exec(at: nil, executableURL: script, "-v", esdUrl.path, isoUrl.path, build)
completedDownloadUrl = isoUrl
}