]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libcupsfilters: In mupdftoraster() replaced perror() by proper logging
authorTill Kamppeter <till.kamppeter@gmail.com>
Tue, 1 Feb 2022 00:30:49 +0000 (21:30 -0300)
committerTill Kamppeter <till.kamppeter@gmail.com>
Tue, 1 Feb 2022 00:30:49 +0000 (21:30 -0300)
commit4c0199f60b9dc14fd1657062f00fd19d29f392e7
tree659e25910af0cabe9501435128e38bfb286c3ee3
parent167eb481618bbe3ebddcfaccf9e6bca42773eafe
libcupsfilters: In mupdftoraster() replaced perror() by proper logging

All log messages (error, debug, ...) have to go to the log function
and never directly to stderr (as perror() does).
cupsfilters/mupdftoraster.c