From: ckie Date: Sun, 1 Jan 2023 22:20:51 +0000 (+0200) Subject: Increase log level for "Expiring subscriptions..." X-Git-Tag: v2.4.3~85^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7225df2a2a52309dcb11922d718f79329cbdaefb;p=thirdparty%2Fcups.git Increase log level for "Expiring subscriptions..." Fixes https://github.com/NixOS/nixpkgs/issues/195090. NixOS systems with Avahi enabled would previously spam the journal with this log message once a second: this hides that spam behind the log level. --- diff --git a/scheduler/subscriptions.c b/scheduler/subscriptions.c index 2dbb28f85b..9b31ec250e 100644 --- a/scheduler/subscriptions.c +++ b/scheduler/subscriptions.c @@ -621,7 +621,7 @@ cupsdExpireSubscriptions( curtime = time(NULL); update = 0; - cupsdLogMessage(CUPSD_LOG_INFO, "Expiring subscriptions..."); + cupsdLogMessage(CUPSD_LOG_DEBUG, "Expiring subscriptions..."); for (sub = (cupsd_subscription_t *)cupsArrayFirst(Subscriptions); sub;