less chat

This commit is contained in:
John Smith 2022-12-15 19:36:45 -05:00
parent e2b4e1fb76
commit fc804bdf24

View File

@ -17,7 +17,7 @@ impl RoutingTable {
if routes_needing_testing.is_empty() {
return Ok(());
}
log_rtab!(debug "Testing routes: {:?}", routes_needing_testing);
log_rtab!("Testing routes: {:?}", routes_needing_testing);
// Test all the routes that need testing at the same time
let rss = self.route_spec_store();