VOM: mroute dump debug level fix 86/17786/2
authorNeale Ranns <nranns@cisco.com>
Fri, 22 Feb 2019 14:15:57 +0000 (06:15 -0800)
committerNeale Ranns <nranns@cisco.com>
Fri, 22 Feb 2019 15:48:17 +0000 (15:48 +0000)
Change-Id: Ice8c3e76857ee35c079d72d6697e6a3fbc99b7aa
Signed-off-by: Neale Ranns <nranns@cisco.com>
extras/vom/vom/route.cpp

index 722628f..d4d794f 100644 (file)
@@ -707,7 +707,7 @@ ip_mroute::event_handler::handle_populate(const client_db::key_t& key)
       ip_r.add(from_vpp(p.path, nh_proto_t::IPV6),
                itf_flags_t::from_vpp(p.itf_flags));
     }
-    VOM_LOG(log_level_t::INFO) << "ip-mroute-dump: " << ip_r.to_string();
+    VOM_LOG(log_level_t::DEBUG) << "ip-mroute-dump: " << ip_r.to_string();
 
     /*
      * Write each of the discovered interfaces into the OM,