]> git.ipfire.org Git - thirdparty/cups.git/commit
scheduler/conf.c: Print to stderr if we can't open cups-files.conf
authorzdohnal <zdohnal@redhat.com>
Mon, 4 Sep 2023 06:44:21 +0000 (08:44 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 06:44:21 +0000 (08:44 +0200)
commitb7a60b8c0357064c9edce12f6a11852ed50b3261
tree175b902e811bf4e0bcdb4191c7fb66a55e576079
parentdf819f7c78e0b1882e34b1fb1bc19fb715b4ec88
parentdb9cecdd932e58c51d2d659f63415ad47d151717
scheduler/conf.c: Print to stderr if we can't open cups-files.conf

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.
scheduler/conf.c