forked from M-Labs/artiq
drtio: demote default routing table message to info
This commit is contained in:
parent
1a26eb8cf2
commit
a159ef642d
|
@ -64,12 +64,14 @@ pub fn config_routing_table(default_n_links: usize) -> RoutingTable {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
} else {
|
||||||
|
warn!("length of the configured routing table is incorrect");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
false
|
false
|
||||||
});
|
});
|
||||||
if !ok {
|
if !ok {
|
||||||
warn!("could not read routing table from configuration, using default");
|
info!("could not read routing table from configuration, using default");
|
||||||
}
|
}
|
||||||
info!("routing table: {}", ret);
|
info!("routing table: {}", ret);
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Reference in New Issue