summaryrefslogtreecommitdiffstats
path: root/avahi-daemon
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-daemon')
-rw-r--r--avahi-daemon/Makefile.am1
-rw-r--r--avahi-daemon/dbus-protocol.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/avahi-daemon/Makefile.am b/avahi-daemon/Makefile.am
index 6ad5421..9ea1733 100644
--- a/avahi-daemon/Makefile.am
+++ b/avahi-daemon/Makefile.am
@@ -22,7 +22,6 @@ servicedir=$(pkgsysconfdir)/services
AM_CFLAGS= \
-I$(top_srcdir) \
- -D_GNU_SOURCE \
-DAVAHI_SERVICE_DIRECTORY=\"$(servicedir)\" \
-DAVAHI_CONFIG_FILE=\"$(pkgsysconfdir)/avahi.conf\"
diff --git a/avahi-daemon/dbus-protocol.c b/avahi-daemon/dbus-protocol.c
index 2d1db32..4bd9caa 100644
--- a/avahi-daemon/dbus-protocol.c
+++ b/avahi-daemon/dbus-protocol.c
@@ -53,7 +53,7 @@ do_register (DBusConnection *conn, DBusMessage *message)
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
}
- g_message ("Register received from: %s (dbus:% s)", s, dbus_message_get_sender (message));
+ g_message ("Register received from: %s (dbus: %s)", s, dbus_message_get_sender (message));
return DBUS_HANDLER_RESULT_HANDLED;
}