Эх сурвалжийг харах

event-graph: Add informational message when already synced.

parazyd 2 жил өмнө
parent
commit
1f0ef59581

+ 1 - 0
src/event_graph/mod.rs

@@ -280,6 +280,7 @@ impl EventGraph {
         }
 
         if missing_parents.is_empty() {
+            info!(target: "event_graph::dag_sync()", "[EVENTGRAPH] DAG synced successfully!");
             return Ok(())
         }