Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into integration

This commit is contained in:
Gavin Andresen 2011-01-20 16:22:33 -05:00
commit 458cf9070b
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ bool AppInit2(int argc, char* argv[])
fDebug = GetBoolArg("-debug");
fPrintToConsole = GetBoolArg("-printtoconsole");
fPrintToDebugger = GetBoolArg("-printtodebugger");
fTestNet = GetBoolArg("-testnet");