diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-01-20 16:22:33 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-01-20 16:22:33 -0500 |
commit | 458cf9070b2a30553e1ad981c333503d4d18efb7 (patch) | |
tree | cdbab20d37b9757785da2efbb6cb90d544e1f889 | |
parent | 245e1b4fdba704cdb1e9fa4d33d6e09d0647e0fe (diff) | |
parent | aaac71d38fcd1d7ee86e5dd44c4de2cf4be6445b (diff) |
Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into integration
-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"); |