From b962949af78870274aecd415be7aea6a0846e27d Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 23 Aug 2005 16:54:18 +0000 Subject: * 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 --- avahi-daemon/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit