The only vlog line was a left over from debugging. Signed-off-by: Jarno Rajahalme <ja...@ovn.org> --- lib/classifier.c | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/lib/classifier.c b/lib/classifier.c index 4861672..1fbaa0c 100644 --- a/lib/classifier.c +++ b/lib/classifier.c @@ -25,9 +25,6 @@ #include "ofp-util.h" #include "packets.h" #include "util.h" -#include "openvswitch/vlog.h" - -VLOG_DEFINE_THIS_MODULE(classifier); struct trie_ctx; @@ -2252,7 +2249,6 @@ trie_remove_prefix(rcu_trie_ptr *root, const ovs_be32 *prefix, int mlen) } /* Cannot go deeper. This should never happen, since only rules * that actually exist in the classifier are ever removed. */ - VLOG_WARN("Trying to remove non-existing rule from a prefix trie."); } -- 2.1.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev