acl-plugin: optimize session idle timer checks
[vpp.git] / src / plugins / acl / lookup_context.c
index e92642a..904e8ad 100644 (file)
@@ -179,7 +179,7 @@ unapply_acl_vec(u32 lc_index, u32 *acls)
 
 /*
  * Release the lookup context index and destroy
- * any asssociated data structures.
+ * any associated data structures.
  */
 static void acl_plugin_put_lookup_context_index (u32 lc_index)
 {
@@ -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;