From aaac71d38fcd1d7ee86e5dd44c4de2cf4be6445b Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 20 Jan 2011 11:45:01 -0800 Subject: Add new command line argument "-printtoconsole" to send debugging output to the console instead of to debug.log. The code for this was already in place, but there was no way other than editing the source and rebuilding to turn it on. --- init.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/init.cpp b/init.cpp index e114d80727..30096e669b 100644 --- a/init.cpp +++ b/init.cpp @@ -210,6 +210,7 @@ bool AppInit2(int argc, char* argv[]) fDebug = GetBoolArg("-debug"); + fPrintToConsole = GetBoolArg("-printtoconsole"); fPrintToDebugger = GetBoolArg("-printtodebugger"); fTestNet = GetBoolArg("-testnet"); -- cgit v1.2.3