Merge pull request #3416

9e9056c Remove -logtodebugger (Wladimir J. van der Laan)
This commit is contained in:
Wladimir J. van der Laan
2013-12-20 15:03:27 +01:00
4 changed files with 4 additions and 32 deletions

View File

@@ -26,7 +26,7 @@ struct TestingSetup {
boost::thread_group threadGroup;
TestingSetup() {
fPrintToDebugger = true; // don't want to write to debug.log file
fPrintToDebugLog = false; // don't want to write to debug.log file
noui_connect();
#ifdef ENABLE_WALLET
bitdb.MakeMock();