]> git.ipfire.org Git - thirdparty/cups.git/commit
scheduler: Set reasons in cupsdSetJobState only if we call finalize_job later
authorzdohnal <zdohnal@redhat.com>
Mon, 27 Nov 2023 09:37:18 +0000 (10:37 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 09:37:18 +0000 (10:37 +0100)
commit89ccb97100ef80cdf35ba2b34579a7f9f01f154d
tree4201662b37cdbb8f0bcd83a544c66c7b6051c285
parenta6ce2cf974f98edeb3bb539bb13667edfa41eb93
parent1d6030856c94a9a01452e4036450be57bf49a1ff
scheduler: Set reasons in cupsdSetJobState only if we call finalize_job later

Before the fix, every successfully printed jobs ended up with 'processing-to-stop-point' as the last reasons message.

Together with #830 fixes #828 .