X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2Fmain.c;h=566a276d599355d4b23324b142fc6e01ac1c0ce4;hb=a9566d5dcac080d7fa91546823277c57a5d09a5f;hp=6c681fecc63335ab99ea24ff3974da24e7b41877;hpb=4f879ea3c946e9676228b51e6f04944bf9c70137;p=catta diff --git a/avahi-daemon/main.c b/avahi-daemon/main.c index 6c681fe..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,8 +606,8 @@ 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"); - c->enabled_dbus = 0; + avahi_log_warn("WARNING: We are configured to enable D-BUS but it was not compiled in."); + c->enable_dbus = 0; #endif }