From: Andrew Yourtchenko Date: Fri, 9 Jun 2017 09:06:11 +0000 (+0200) Subject: acl-plugin: wrap a verbose debug message in the appropriate conditional X-Git-Tag: v17.07-rc1~64 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F7076%2F2;p=vpp.git acl-plugin: wrap a verbose debug message in the appropriate conditional Change-Id: Ibd57cb617642e42d4c4d64f186479702b8a81900 Signed-off-by: Andrew Yourtchenko --- diff --git a/src/plugins/acl/fa_node.c b/src/plugins/acl/fa_node.c index c6059aae76a..78b10dc9504 100644 --- a/src/plugins/acl/fa_node.c +++ b/src/plugins/acl/fa_node.c @@ -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