[avahi] typo in dbus-protocol.c ?

Sebastien Estienne sebastien.estienne at gmail.com
Thu Jun 30 17:08:27 PDT 2005


a space between % and s ?

Index: avahi-daemon/dbus-protocol.c
===================================================================
--- avahi-daemon/dbus-protocol.c        (revision 157)
+++ avahi-daemon/dbus-protocol.c        (working copy)
@@ -53,7 +53,7 @@
         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;
 }

-- 
Sebastien Estienne


More information about the avahi mailing list