diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2017-06-09 11:06:11 +0200 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2017-06-09 13:48:15 +0000 |
commit | 7d5fae861ed243983155ade90c81fc27a47bf376 (patch) | |
tree | c16a978a04f9a6e137e773a311cabf7f6715b317 /src/plugins/acl | |
parent | fd1dee5086aab1301a0d644e06f0e2e2520c5b5a (diff) |
acl-plugin: wrap a verbose debug message in the appropriate conditional
Change-Id: Ibd57cb617642e42d4c4d64f186479702b8a81900
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'src/plugins/acl')
-rw-r--r-- | src/plugins/acl/fa_node.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |