From 48a87fd98434eb17447e43656dd82f25b35668e5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 28 Aug 2005 02:10:06 +0000 Subject: * Improve log messages git-svn-id: file:///home/lennart/svn/public/avahi/trunk@465 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avahi-daemon/main.c b/avahi-daemon/main.c index 7a3e8a4..566a276 100644 --- a/avahi-daemon/main.c +++ b/avahi-daemon/main.c @@ -220,7 +220,7 @@ static void server_callback(AvahiServer *s, AvahiServerState state, void *userda #endif if (state == AVAHI_SERVER_RUNNING) { - avahi_log_info("Server startup complete. Host name is %s.", avahi_server_get_host_name_fqdn(s)); + avahi_log_info("Server startup complete. Host name is %s.", avahi_server_get_host_name_fqdn(s)); static_service_add_to_server(); remove_dns_server_entry_groups(); @@ -606,7 +606,7 @@ static int run_server(DaemonConfig *c) { c->enable_dbus = 0; } #else - avahi_log_warn("WARNING: We are configured to enable D-BUS but it was not compiled in"); + avahi_log_warn("WARNING: We are configured to enable D-BUS but it was not compiled in."); c->enable_dbus = 0; #endif } -- cgit