From 21ed3a677184c29c94ea9306828c1ae672cd3200 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 24 Nov 2018 04:47:45 -1100 Subject: [PATCH] syntax --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index fbfd95ea2..98c14e872 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2265,7 +2265,7 @@ bool IsInitialBlockDownload() LogPrintf("Leaving InitialBlockDownload (latching to false)\n"); latchToFalse.store(true, std::memory_order_relaxed); } - else fprintf(stderr,"state.%d ht.%d vs %d, t.%u %u\n",state,(int32_t)chainActive.Height(),(uint32_t)ptr->GetHeight(),(int32_t)ptr->GetBlockTime(),(uint32_t)(GetTime() - chainParams.MaxTipAge())); + else fprintf(stderr,"state.%d ht.%d vs %d, t.%u\n",state,(int32_t)chainActive.Height(),(uint32_t)ptr->GetHeight(),(int32_t)ptr->GetBlockTime()); return state; }