]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Cleanup a debug for vrf
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 24 Aug 2017 13:53:05 +0000 (09:53 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 24 Aug 2017 14:01:50 +0000 (10:01 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_upstream.c

index 1fc952fdf85f99ec42c937d3c1f0203bd208ed16..96b9568c61cd426c8eaa51a9c595b0eff7c3d480 100644 (file)
@@ -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;
        }