diff --git a/zebrad/src/components/sync.rs b/zebrad/src/components/sync.rs index 70e30193..59362c38 100644 --- a/zebrad/src/components/sync.rs +++ b/zebrad/src/components/sync.rs @@ -528,6 +528,7 @@ where // // So we just download and verify the genesis block here. while !self.state_contains(self.genesis_hash).await? { + tracing::info!("starting genesis block download and verify"); self.downloads .download_and_verify(self.genesis_hash) .await