diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-10 16:00:33 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-11 11:50:52 -0500 |
| commit | 8e85c8b45ef4d48737e1e24ca32330850520373d (patch) | |
| tree | 04c7520cdd2d4efb97d6bb29e68fb7bf3ff02482 /pimd/pim_rp.c | |
| parent | f80db3063dec169b2ee67994a166543996d40814 (diff) | |
pimd: Make some not very needed debugs more restrictive
When turning on debug pim trace, there are lots of messages
surrounding the timing of rpf lookup. 99% of the time
no-one cares about these anymore. Let's make them
not seen unless we turn up debugs
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pimd/pim_rp.c')
| -rw-r--r-- | pimd/pim_rp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_rp.c b/pimd/pim_rp.c index c7516242f5..d8d25712a3 100644 --- a/pimd/pim_rp.c +++ b/pimd/pim_rp.c @@ -248,7 +248,7 @@ struct rp_info *pim_rp_find_match_group(struct pim_instance *pim, } rp_info = rn->info; - if (PIM_DEBUG_PIM_TRACE) { + if (PIM_DEBUG_PIM_TRACE_DETAIL) { if (best) zlog_debug( "Lookedup(%pFX): prefix_list match %s, rn %p found: %pFX", |
