diff options
Diffstat (limited to 'eigrpd/eigrp_reply.c')
| -rw-r--r-- | eigrpd/eigrp_reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_reply.c b/eigrpd/eigrp_reply.c index 226271d5f5..b6e6352def 100644 --- a/eigrpd/eigrp_reply.c +++ b/eigrpd/eigrp_reply.c @@ -170,7 +170,7 @@ void eigrp_reply_receive(struct eigrp *eigrp, struct ip *iph, if (!dest) { char buf[PREFIX_STRLEN]; - zlog_ferr(EIGRP_ERR_PACKET, + flog_err(EIGRP_ERR_PACKET, "%s: Received prefix %s which we do not know about", __PRETTY_FUNCTION__, prefix2str(&dest_addr, buf, sizeof(buf))); |
