route-manager: fix trace logging statement

(cherry picked from commit 0055a7dd74)
This commit is contained in:
Thomas Haller 2015-07-05 12:32:37 +02:00
parent cf15f2a4a8
commit b3c41f4829

View file

@ -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