forked from M-Labs/artiq
runtime: print routing table at boot
This commit is contained in:
parent
e6bd835b5d
commit
36e3fedfc6
|
@ -64,7 +64,8 @@ pub fn config_routing_table(default_n_links: usize) -> RoutingTable {
|
|||
});
|
||||
if !ok {
|
||||
warn!("could not read routing table from configuration, using default");
|
||||
}
|
||||
}
|
||||
info!("routing table: {}", ret);
|
||||
ret
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue