From: paul Date: Fri, 18 Apr 2003 23:59:35 +0000 (+0000) Subject: From: Sergey Vyshnevetskiy X-Git-Tag: frr-2.0-rc1~4090 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c2191eaee5686cdcb54c5f26afffa4a029c691de;p=matthieu%2Ffrr.git From: Sergey Vyshnevetskiy Subject: [zebra 18689] [PATCH] misc patch Add missing param to zlog --- diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index 66155215a4..15caee4411 100644 --- a/ospfd/ospf_packet.c +++ b/ospfd/ospf_packet.c @@ -621,7 +621,8 @@ ospf_hello (struct ip *iph, struct ospf_header *ospfh, /* If incoming interface is passive one, ignore Hello. */ if (OSPF_IF_PARAM (oi, passive_interface) == OSPF_IF_PASSIVE) { - zlog_info ("Packet %s [HELLO:RECV]: oi is passive"); + zlog_info ("Packet %s [HELLO:RECV]: oi is passive", + inet_ntoa (ospfh->router_id)); return; }