Add new command line argument "-printtoconsole" to send debugging output to the conso...
authorChris <chris@vikki-old.(none)>
Thu, 20 Jan 2011 19:45:01 +0000 (11:45 -0800)
committerChris <chris@vikki-old.(none)>
Thu, 20 Jan 2011 19:45:01 +0000 (11:45 -0800)
init.cpp

index e114d80..30096e6 100644 (file)
--- 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");