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:

committed by
Damjan Marion

parent
b385b95c10
commit
b2bf388b81
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user