From 23c53249bb3e102b66c5327cac52a53518c63b46 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 8 Aug 2009 22:55:15 -0700 Subject: [PATCH] Fix typo in routing information output --- src/ipconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipconfig.c b/src/ipconfig.c index 840964a..9f002a4 100644 --- a/src/ipconfig.c +++ b/src/ipconfig.c @@ -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)); } -- 2.7.4