Add new command line argument "-printtoconsole" to send debugging output to the conso...
[novacoin.git] / 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");