We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 2.1b1 CUPS.org User: jpopelka
Using 2.1b1 with logging to journal results in crash. Patch attached.
The text was updated successfully, but these errors were encountered:
CUPS.org User: mike
Fixed in Subversion repository.
Sorry, something went wrong.
"0001-Fix-crash-when-logging-via-journald.patch":
From 667091959e964bb6a1a7e4e8a6cc29b0dfd726b2 Mon Sep 17 00:00:00 2001 From: Jiri Popelka jpopelka@redhat.com Date: Mon, 29 Jun 2015 16:27:40 +0200 Subject: [PATCH] Fix crash when logging via journald.
scheduler/log.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/scheduler/log.c b/scheduler/log.c index cd4e362..b7dff70 100644 --- a/scheduler/log.c +++ b/scheduler/log.c @@ -812,7 +812,9 @@ cupsdLogMessage(int level, /* I - Log level */ #elif defined(HAVE_SYSTEMD_SD_JOURNAL_H) if (!strcmp(ErrorLog, "syslog")) {
No branches or pull requests
Version: 2.1b1
CUPS.org User: jpopelka
Using 2.1b1 with logging to journal results in crash. Patch attached.
The text was updated successfully, but these errors were encountered: