diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-03-28 20:44:58 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-03-28 20:51:49 +0100 |
commit | 41714081283a2ed4d69ba948f20772bfb65d44c8 (patch) | |
tree | e9854e7f8d297fa4b2ff4557c0baf94d8e04f2e8 /pimd/pim_zlookup.c | |
parent | pimd: Reduce RP checks a bit (diff) | |
download | frr-41714081283a2ed4d69ba948f20772bfb65d44c8.tar.xz frr-41714081283a2ed4d69ba948f20772bfb65d44c8.zip |
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 <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zlookup.c')
-rw-r--r-- | pimd/pim_zlookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |