diff options
Diffstat (limited to 'zebra/rt_socket.c')
| -rw-r--r-- | zebra/rt_socket.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zebra/rt_socket.c b/zebra/rt_socket.c index 9cc2efb3e9..f25259f300 100644 --- a/zebra/rt_socket.c +++ b/zebra/rt_socket.c @@ -92,10 +92,9 @@ static int kernel_rtm(int cmd, const struct prefix *p, */ if (cmd != RTM_ADD && cmd != RTM_DELETE) { if (IS_ZEBRA_DEBUG_KERNEL) - zlog_debug("%s: %s odd command %s for flags %d", + zlog_debug("%s: %s odd command %s", __func__, prefix_buf, - lookup_msg(rtm_type_str, cmd, NULL), - nexthop->flags); + lookup_msg(rtm_type_str, cmd, NULL)); return 0; } |
