mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
less chat
This commit is contained in:
parent
e2b4e1fb76
commit
fc804bdf24
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user