mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 12:16:22 -04:00
less chat
This commit is contained in:
parent
e2b4e1fb76
commit
fc804bdf24
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue