mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
event_graph: minor fix to log output
This commit is contained in:
@@ -408,7 +408,7 @@ impl EventGraph {
|
||||
{
|
||||
debug!(
|
||||
target: "event_graph::dag_sync()",
|
||||
"Found upper missing parent event{}", upper_parent,
|
||||
"Found upper missing parent event {}", upper_parent,
|
||||
);
|
||||
missing_parents.insert(*upper_parent);
|
||||
}
|
||||
|
||||
@@ -390,7 +390,7 @@ impl ProtocolEventGraph {
|
||||
{
|
||||
debug!(
|
||||
target: "event_graph::protocol::handle_event_put()",
|
||||
"Found upper missing parent event{}", upper_parent,
|
||||
"Found upper missing parent event {}", upper_parent,
|
||||
);
|
||||
missing_parents.insert(*upper_parent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user