This commit is contained in:
jl777
2017-02-26 15:21:03 +02:00
parent 5c81c5719f
commit 38671f757e

View File

@@ -41,7 +41,7 @@ void WaitForShutdown(boost::thread_group* threadGroup)
// Tell the main threads to shutdown.
while (!fShutdown)
{
fprintf(stderr,"call passport iteration\n");
//fprintf(stderr,"call passport iteration\n");
MilliSleep(10000);
komodo_passport_iteration();
fShutdown = ShutdownRequested();