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