Skip to content

Commit 83e9a38

Browse files
committed
Debug
1 parent 1059d8b commit 83e9a38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/networking/p2p/sync_manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ impl SyncManager {
6161
.get_header_download_checkpoint()
6262
.is_ok_and(|res| res.is_some())
6363
{
64+
info!("Header download checkpoint found, restarting sync");
6465
sync_manager.start_sync();
6566
}
6667
sync_manager

0 commit comments

Comments
 (0)