1
0
forked from M-Labs/artiq

runtime: print routing table at boot

This commit is contained in:
Sebastien Bourdeauducq 2018-09-11 20:10:33 +08:00
parent e6bd835b5d
commit 36e3fedfc6

View File

@ -65,6 +65,7 @@ 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
}