From e7c84c4161a9670755c9eaf08b17bccfde256cf9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 23 Sep 2011 14:16:03 +0200 Subject: pingu_netlink: log route changes as info instead as debug Routing changes should not happen that often so we can log them as info --- pingu_netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingu_netlink.c b/pingu_netlink.c index e9781fa..5c6fba5 100644 --- a/pingu_netlink.c +++ b/pingu_netlink.c @@ -647,7 +647,7 @@ static void log_route_change(struct pingu_gateway *route, sockaddr_to_string(&route->gw_addr, gwstr, sizeof(gwstr)); if (gwstr[0] != '\0') snprintf(viastr, sizeof(viastr), "via %s ", gwstr); - log_debug("%s route to %s/%i %sdev %s table %i", actionstr, + log_info("%s route to %s/%i %sdev %s table %i", actionstr, deststr, route->dst_len, viastr, ifname, table); } -- cgit v1.2.3