acl-plugin: wrap a verbose debug message in the appropriate conditional 76/7076/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 9 Jun 2017 09:06:11 +0000 (11:06 +0200)
committerChris Luke <chris_luke@comcast.com>
Fri, 9 Jun 2017 13:48:15 +0000 (13:48 +0000)
Change-Id: Ibd57cb617642e42d4c4d64f186479702b8a81900
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/acl/fa_node.c

index c6059aa..78b10dc 100644 (file)
@@ -1277,7 +1277,9 @@ acl_fa_worker_conn_cleaner_process(vlib_main_t * vm,
 
        if (clib_bitmap_is_zero(pw->pending_clear_sw_if_index_bitmap)) {
          /* if the cross-section is a zero vector, no need to do anything. */
+#ifdef FA_NODE_VERBOSE_DEBUG
          clib_warning("WORKER: clearing done - nothing to do");
+#endif
          pw->clear_in_process = 0;
        } else {
 #ifdef FA_NODE_VERBOSE_DEBUG