OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
1.01k stars 182 forks source link

scheduler/conf.c: Print to stderr if we don't open cups-files.conf #777

Closed zdohnal closed 1 year ago

zdohnal commented 1 year ago

In case cupsd can't open the cups-files.conf, the error message is lost if journal and syslog don't exist or work on system (usually in containers).

Log the error into stderr at this place to get the error message if needed.

zdohnal commented 1 year ago

Updated.