perfmon: skipping bundle message 91/34891/2
authorRay Kinsella <[email protected]>
Wed, 12 Jan 2022 06:15:34 +0000 (06:15 +0000)
committerDamjan Marion <[email protected]>
Wed, 12 Jan 2022 15:53:25 +0000 (15:53 +0000)
Change the skipping bundle message to debug

Type: refactor

Signed-off-by: Ray Kinsella <[email protected]>
Change-Id: I942ff72bd9c26ccad923442fdedddf22ba75e117

src/plugins/perfmon/perfmon.c

index 0f89708..411a07d 100644 (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;
        }