]> git.ipfire.org Git - thirdparty/cups.git/commit
scheduler/conf.c: Print to stderr if we don't open cups-files.conf 777/head
authorZdenek Dohnal <zdohnal@redhat.com>
Fri, 1 Sep 2023 15:11:54 +0000 (17:11 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Fri, 1 Sep 2023 15:11:54 +0000 (17:11 +0200)
commitdb9cecdd932e58c51d2d659f63415ad47d151717
tree5d2c263f5a1a96b127ed795f4555b153f2d396ac
parent9d576996feb1010f4e9883c7e620186c3b17864c
scheduler/conf.c: Print to stderr if we don'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