Explorar el Código

event-graph: Add informational message when already synced.

parazyd hace 2 años
padre
commit
1f0ef59581
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/event_graph/mod.rs

+ 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(())
         }