]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Fix typo in new Dbus code.
authorDaniel Collins <daniel.collins@smoothwall.net>
Fri, 3 Oct 2014 20:58:43 +0000 (21:58 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Fri, 3 Oct 2014 20:58:43 +0000 (21:58 +0100)
Simon's fault.

src/dbus.c

index 15fed906bd901c4b7db0a801e1d1c06765249beb..a2a94dc85dacdd95668b57d3e32e9b3088ed34a6 100644 (file)
@@ -426,7 +426,7 @@ static DBusMessage *dbus_set_bool(DBusMessage *message, int flag, char *name)
     }
   else
     {
-      my_syslog(LOG_INFO, "Disabling --$s option from D-Bus", name);
+      my_syslog(LOG_INFO, "Disabling --%s option from D-Bus", name);
       reset_option_bool(flag);
     }