diff options
| author | Gavin Andresen <[email protected]> | 2011-01-20 16:22:33 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-01-20 16:22:33 -0500 |
| commit | 458cf9070b2a30553e1ad981c333503d4d18efb7 (patch) | |
| tree | cdbab20d37b9757785da2efbb6cb90d544e1f889 /init.cpp | |
| parent | Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration (diff) | |
| parent | Add new command line argument "-printtoconsole" to send debugging output to t... (diff) | |
| download | discoin-458cf9070b2a30553e1ad981c333503d4d18efb7.tar.xz discoin-458cf9070b2a30553e1ad981c333503d4d18efb7.zip | |
Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into integration
Diffstat (limited to 'init.cpp')
| -rw-r--r-- | init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -210,6 +210,7 @@ bool AppInit2(int argc, char* argv[]) fDebug = GetBoolArg("-debug"); + fPrintToConsole = GetBoolArg("-printtoconsole"); fPrintToDebugger = GetBoolArg("-printtodebugger"); fTestNet = GetBoolArg("-testnet"); |