summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_hello.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-03-11 01:07:15 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-03-11 01:07:15 +0100
commita724893036a55733e1ef0bd93050a860cc1288cd (patch)
tree77f682bdec2f05ccb0e0a04065b577887a79a71d /eigrpd/eigrp_hello.c
parentvtysh: Fix misplaced ( (diff)
downloadfrr-a724893036a55733e1ef0bd93050a860cc1288cd.tar.xz
frr-a724893036a55733e1ef0bd93050a860cc1288cd.zip
eigrp: Fix Compile issues
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_hello.c')
-rw-r--r--eigrpd/eigrp_hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eigrpd/eigrp_hello.c b/eigrpd/eigrp_hello.c
index df4ed1069..0071c2c6a 100644
--- a/eigrpd/eigrp_hello.c
+++ b/eigrpd/eigrp_hello.c
@@ -94,8 +94,8 @@ eigrp_hello_timer (struct thread *thread)
ei->t_hello = NULL;
if (IS_DEBUG_EIGRP(0, TIMERS))
- zlog (NULL, LOG_DEBUG, "Start Hello Timer (%s) Expire [%u]",
- IF_NAME(ei), EIGRP_IF_PARAM(ei, v_hello));
+ zlog_debug ("Start Hello Timer (%s) Expire [%u]",
+ IF_NAME(ei), EIGRP_IF_PARAM(ei, v_hello));
/* Sending hello packet. */
eigrp_hello_send(ei, EIGRP_HELLO_NORMAL, NULL);