From: Andrew Yourtchenko Date: Fri, 22 Jun 2018 16:59:29 +0000 (+0200) Subject: acl-plugin: remove the noisy debug output X-Git-Tag: v18.07-rc1~116 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=f124c34b61c0c42bb54d10e5bb80ef6c96b80709 acl-plugin: remove the noisy debug output Change-Id: I6a3cfcb24f5027ec0f2cd2ec21ea47a01fef331b Signed-off-by: Andrew Yourtchenko --- diff --git a/src/plugins/acl/lookup_context.c b/src/plugins/acl/lookup_context.c index e92642a690a..ef46592edd2 100644 --- a/src/plugins/acl/lookup_context.c +++ b/src/plugins/acl/lookup_context.c @@ -361,7 +361,7 @@ acl_plugin_get_p_acl_main(void) clib_error_t *acl_plugin_methods_vtable_init(acl_plugin_methods_t *m) { m->p_acl_main = &acl_main; -#define _(name) m->name = acl_plugin_ ## name; clib_warning("Setting method " #name " to %p\n", acl_plugin_ ## name); +#define _(name) m->name = acl_plugin_ ## name; foreach_acl_plugin_exported_method_name #undef _ return 0;