]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Increase log level for "Expiring subscriptions..." 578/head
authorckie <git-525ff67@ckie.dev>
Sun, 1 Jan 2023 22:20:51 +0000 (00:20 +0200)
committerckie <git-525ff67@ckie.dev>
Sun, 1 Jan 2023 22:20:51 +0000 (00:20 +0200)
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.

scheduler/subscriptions.c

index 2dbb28f85b146d35abcaf98c0c2c9ddde21bd2ab..9b31ec250e88cdce4cf846a578709151adb7af50 100644 (file)
@@ -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;