summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-07-05 12:32:37 +0200
committerThomas Haller <thaller@redhat.com>2015-07-05 13:12:03 +0200
commit0055a7dd744ee4c12fa5147ce4f5e9a6fccdb0f7 (patch)
treecc3be229dff851053733c8a40b169574e2ebbe77
parent31c8bd6b698cd868357699f3a31f46e780718259 (diff)
downloadNetworkManager-0055a7dd744ee4c12fa5147ce4f5e9a6fccdb0f7.tar.gz
route-manager: fix trace logging statement
-rw-r--r--src/nm-route-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-route-manager.c b/src/nm-route-manager.c
index 5afce85489..2a2ee23939 100644
--- a/src/nm-route-manager.c
+++ b/src/nm-route-manager.c
@@ -549,7 +549,7 @@ _vx_route_sync (const VTableIP *vtable, NMRouteManager *self, int ifindex, const
g_assert (cur_plat_route->rx.ifindex == ifindex);
- _LOGT (vtable->vt->addr_family, "%3d: platform rt #%u - %s", ifindex, i_ipx_routes, vtable->vt->route_to_string (cur_plat_route));
+ _LOGT (vtable->vt->addr_family, "%3d: platform rt #%u - %s", ifindex, i_plat_routes, vtable->vt->route_to_string (cur_plat_route));
/* skip over @cur_ipx_route that are ordered before @cur_plat_route */
while ( cur_ipx_route