summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-daemon/main.c')
-rw-r--r--avahi-daemon/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-daemon/main.c b/avahi-daemon/main.c
index c063d22..6110cbc 100644
--- a/avahi-daemon/main.c
+++ b/avahi-daemon/main.c
@@ -396,7 +396,7 @@ static int load_config_file(DaemonConfig *c) {
}
#ifdef HAVE_DBUS
if (c->enable_dbus == 1)
- avahi_log_warning("Avahi was compiled without d-bus support but you requested it was enabled in the config file");
+ avahi_log_warn("Avahi was compiled without d-bus support but you requested it was enabled in the config file");
#endif
}
else if (strcasecmp(p->key, "drop-root") == 0)