perfmon: skipping bundle message

Change the skipping bundle message to debug

Type: refactor

Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
Change-Id: I942ff72bd9c26ccad923442fdedddf22ba75e117
This commit is contained in:
Ray Kinsella
2022-01-12 06:15:34 +00:00
committed by Damjan Marion
parent b385b95c10
commit b2bf388b81

View File

@@ -374,7 +374,7 @@ perfmon_init (vlib_main_t *vm)
if (!is_bundle_supported (b))
{
log_warn ("skipping bundle '%s' - not supported", b->name);
log_debug ("skipping bundle '%s' - not supported", b->name);
b = b->next;
continue;
}