summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-23 16:54:18 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-23 16:54:18 +0000
commitb962949af78870274aecd415be7aea6a0846e27d (patch)
treecc2d4e580c73a0f543ed9ccf2227b6dd04400244
parentb650dd11480e9cb6691e8e55974faa65b2eddcc8 (diff)
* Yeh, I should like.. test my changes before I commit them, that would be a goodd idea. *nod*
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@420 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-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)