]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libcupsfilters: Removed stderr messages from cupsRasterParseIPPOptions()
authorTill Kamppeter <till.kamppeter@gmail.com>
Sun, 20 Mar 2022 23:03:31 +0000 (00:03 +0100)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sun, 20 Mar 2022 23:03:31 +0000 (00:03 +0100)
commitc89237765ab31b338712a1cdbeed4d4b6dece874
treed4321ba62a351390a11c943beb366157ecdacfb9
parentf93d64bfb6d2aae61ad4a676735c2194775f34c2
libcupsfilters: Removed stderr messages from cupsRasterParseIPPOptions()

cupsRasterParseIPPOptions() is parsing common options, especially IPP
options and for many but not all of them it emitted a log message
directly to stderr if the value of the attribute/option was not valid.

As the function is used by filter functions who should not log to
stderr we have removed this logging now. We decided for removing as
many other options did not produce log messages on invalid values.
cupsfilters/raster.c