From: Donald Sharp Date: Thu, 31 Aug 2017 17:35:53 +0000 (-0400) Subject: zebra: Cleanup some typos X-Git-Tag: frr-4.0-dev~352^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F1076%2Fhead;p=mirror%2Ffrr.git zebra: Cleanup some typos Signed-off-by: Donald Sharp --- diff --git a/zebra/connected.c b/zebra/connected.c index 2da9f40fcb..77a560c6bd 100644 --- a/zebra/connected.c +++ b/zebra/connected.c @@ -416,7 +416,7 @@ void connected_down(struct interface *ifp, struct connected *ifc) if (IS_ZEBRA_DEBUG_MPLS) { char buf[PREFIX_STRLEN]; - zlog_debug("%u: IF %s IP %s address add/up, scheduling MPLS processing", + zlog_debug("%u: IF %s IP %s address down, scheduling MPLS processing", ifp->vrf_id, ifp->name, prefix2str(&p, buf, sizeof(buf))); } @@ -448,7 +448,7 @@ static void connected_delete_helper(struct connected *ifc, struct prefix *p) if (IS_ZEBRA_DEBUG_MPLS) { char buf[PREFIX_STRLEN]; - zlog_debug("%u: IF %s IP %s address add/up, scheduling MPLS processing", + zlog_debug("%u: IF %s IP %s address delete, scheduling MPLS processing", ifp->vrf_id, ifp->name, prefix2str(p, buf, sizeof(buf))); }