From 41714081283a2ed4d69ba948f20772bfb65d44c8 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 28 Mar 2019 15:44:58 -0400 Subject: pimd: Cleanup extra paranthesis around S,G printout When we are displaying S,G string data we already auto display the string as (S,G) no need to have ((S,G)). Cleanup some that were found during log look through. Signed-off-by: Donald Sharp --- pimd/pim_zlookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pimd/pim_zlookup.c') diff --git a/pimd/pim_zlookup.c b/pimd/pim_zlookup.c index 0ffe313c1..6d93a40b9 100644 --- a/pimd/pim_zlookup.c +++ b/pimd/pim_zlookup.c @@ -499,7 +499,7 @@ int pim_zlookup_sg_statistics(struct channel_oil *c_oil) more.src = c_oil->oil.mfcc_origin; more.grp = c_oil->oil.mfcc_mcastgrp; zlog_debug( - "Sending Request for New Channel Oil Information(%s) VIIF %d(%s)", + "Sending Request for New Channel Oil Information%s VIIF %d(%s)", pim_str_sg_dump(&more), c_oil->oil.mfcc_parent, c_oil->pim->vrf->name); } -- cgit v1.2.3