From 5c81c5719f5aa28d0cbec7185264d2eb731d8955 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 26 Feb 2017 15:16:30 +0200 Subject: [PATCH] Test --- src/bitcoind.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index b81ffc32f..c751dca21 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -41,6 +41,7 @@ void WaitForShutdown(boost::thread_group* threadGroup) // Tell the main threads to shutdown. while (!fShutdown) { + fprintf(stderr,"call passport iteration\n"); MilliSleep(10000); komodo_passport_iteration(); fShutdown = ShutdownRequested(); @@ -188,7 +189,7 @@ bool AppInit(int argc, char* argv[]) } catch (...) { PrintExceptionContinue(NULL, "AppInit()"); } - + fprintf(stderr,"fRet.%d\n",(int32_t)fRet); if (!fRet) { threadGroup.interrupt_all();