summaryrefslogtreecommitdiffstats
path: root/pimd/pim_hello.c
diff options
context:
space:
mode:
authorEverton Marques <everton.marques@gmail.com>2009-11-17 10:17:21 -0200
committerEverton Marques <everton.marques@gmail.com>2009-11-17 10:17:21 -0200
commita512d2ad9f6a1fd4e1bc29e5bbd47ff4cb052147 (patch)
tree9f93a40c3a2f75e330e2d1b97274c86fd019f9a6 /pimd/pim_hello.c
parent8213d1ad84ce2bbfcd79c8182c8cfb41bd2b0fdc (diff)
downloadquagga-a512d2ad9f6a1fd4e1bc29e5bbd47ff4cb052147.tar.bz2
quagga-a512d2ad9f6a1fd4e1bc29e5bbd47ff4cb052147.tar.xz
[pim] Clean-up log messages
Diffstat (limited to 'pimd/pim_hello.c')
-rw-r--r--pimd/pim_hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_hello.c b/pimd/pim_hello.c
index 8b710b8c..545b3b12 100644
--- a/pimd/pim_hello.c
+++ b/pimd/pim_hello.c
@@ -197,7 +197,7 @@ int pim_hello_recv(struct interface *ifp,
if ((tlv_curr + option_len) > tlv_pastend) {
char src_str[100];
pim_inet4_dump("<src?>", src_addr, src_str, sizeof(src_str));
- zlog_warn("%s: long PIM hello TLV type=%d length=%d > max=%d from %s on interface %s",
+ zlog_warn("%s: long PIM hello TLV type=%d length=%d > left=%d from %s on interface %s",
__PRETTY_FUNCTION__,
option_type, option_len, tlv_pastend - tlv_curr,
src_str, ifp->name);