From: Donald Sharp Date: Thu, 24 Aug 2017 13:53:05 +0000 (-0400) Subject: pimd: Cleanup a debug for vrf X-Git-Tag: frr-4.0-dev~376^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6c65db5f990f9e6a460d592fde1b1a9b86dd2f45;p=matthieu%2Ffrr.git pimd: Cleanup a debug for vrf Signed-off-by: Donald Sharp --- diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c index 1fc952fdf8..96b9568c61 100644 --- a/pimd/pim_upstream.c +++ b/pimd/pim_upstream.c @@ -1624,8 +1624,9 @@ static void pim_upstream_sg_running(void *arg) // No packet can have arrived here if this is the case if (!up->channel_oil->installed) { if (PIM_DEBUG_TRACE) - zlog_debug("%s: %s is not installed in mroute", - __PRETTY_FUNCTION__, up->sg_str); + zlog_debug("%s: %s[%s] is not installed in mroute", + __PRETTY_FUNCTION__, + up->sg_str, pim->vrf->name); return; }