]> git.ipfire.org Git - thirdparty/cups.git/commit
The scheduler no longer logs pages as they are printed, instead just logging
authorMichael R Sweet <michaelrsweet@gmail.com>
Wed, 8 Nov 2017 23:00:44 +0000 (18:00 -0500)
committerMichael R Sweet <michaelrsweet@gmail.com>
Wed, 8 Nov 2017 23:00:44 +0000 (18:00 -0500)
commit3d468ced3d3c1c7d5d7176e6e44827f0c4cddf50
treec5a704e3c8deaa55f131397148839927588d764c
parenteb2cb9b09fb5ecc44c8b369675ebf06b130a44d7
The scheduler no longer logs pages as they are printed, instead just logging
a total of the pages printed at job completion (Issue #4991)

- man/cupsd-logs.man: Update page_log information.
- scheduler/job.c: Move cupsdLogPage to finalize_job, make update_job only
  accept a "PAGE: total NNN" message if the count is greater than the total
  cupsd already has. Also track sheets.
- test/run-stp-tests.sh: Fix page log verification for Test3 since we now just
  have the total lines.
CHANGES.md
man/cupsd-logs.man
scheduler/job.c
test/run-stp-tests.sh