event_graph: minor fix to log output

This commit is contained in:
darkfi
2025-02-21 19:02:28 +01:00
parent 817db023f6
commit 99ae01a8c0
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}

View File

@@ -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);
}