Adds log support for simulator

This commit is contained in:
Age Manning
2019-12-02 13:52:22 +11:00
parent e954a0ff1d
commit ec77c66a05
4 changed files with 10 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ impl<TSubstream> Discovery<TSubstream> {
debug!(
log,
"Adding node to routing table";
"Node ID" => format!("{}",
"node_id" => format!("{}",
bootnode_enr.node_id())
);
discovery.add_enr(bootnode_enr);