mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 05:44:44 +00:00
Adds log support for simulator
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user