diff options
Diffstat (limited to 'pimd/pim_hello.c')
| -rw-r--r-- | pimd/pim_hello.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_hello.c b/pimd/pim_hello.c index 721d153d76..34c5eb43bc 100644 --- a/pimd/pim_hello.c +++ b/pimd/pim_hello.c @@ -104,7 +104,7 @@ static void tlv_trace(const char *label, const char *tlv_name,      char src_str[INET_ADDRSTRLEN];      pim_inet4_dump("<src?>", src_addr, src_str, sizeof(src_str));      zlog_debug("%s: PIM hello option from %s on interface %s: %s", -	       label,  +	       label,  	       src_str, ifname,  	       tlv_name);    }  | 
