Skip to content

Commit

Permalink
Increase log level for "Expiring subscriptions..."
Browse files Browse the repository at this point in the history
Fixes NixOS/nixpkgs#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.
  • Loading branch information
ckiee committed Jan 1, 2023
1 parent 9704c6c commit 7225df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/subscriptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7225df2

Please sign in to comment.