Fix typo in routing information output
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 9 Aug 2009 05:55:15 +0000 (22:55 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 9 Aug 2009 05:55:15 +0000 (22:55 -0700)
src/ipconfig.c

index 840964a..9f002a4 100644 (file)
@@ -267,7 +267,7 @@ void __connman_ipconfig_del_route(struct connman_ipconfig *ipconfig,
                                unsigned char scope, const char *destination,
                                                        const char *gateway)
 {
-       connman_info("%s {add} route %s gw %s scope %u <%s>",
+       connman_info("%s {del} route %s gw %s scope %u <%s>",
                                        ipconfig->interface, destination,
                                        gateway, scope, scope2str(scope));
 }