diff --git a/src/main.cpp b/src/main.cpp index d088369fe..92d80f6a3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1746,6 +1746,7 @@ bool IsInitialBlockDownload() return true; if (chainActive.Tip()->GetBlockTime() < (GetTime() - nMaxTipAge)) return true; + LogPrintf("Leaving InitialBlockDownload (latching to false)\n"); latchToFalse.store(true, std::memory_order_relaxed); return false; }