mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
The mDNS daemon, Avahi, is very verbose in its syslog output. So much that it often overshadows other subsystems, and on switches and routers with more than the "normal" amount of ports and interfaces, it quickly becomes unbearable. The patches consist of: - Add -l LEVEL support to avahi-daemon - Add missing casll to setlogmask() in libdaemon:daemon_set_verbosity() Signed-off-by: Joachim Wiberg <troglobit@gmail.com>