mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Refactor: OutputDebugStringF -> LogPrint(category, ...)
This commit is contained in:
parent
b16e9f02c8
commit
e51321fb75
5 changed files with 16 additions and 8 deletions
|
|
@ -426,7 +426,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|||
|
||||
// ********************************************************* Step 3: parameter-to-internal-flags
|
||||
|
||||
fDebug = GetBoolArg("-debug", false);
|
||||
if (mapMultiArgs.count("-debug")) fDebug = true;
|
||||
fBenchmark = GetBoolArg("-benchmark", false);
|
||||
mempool.fChecks = GetBoolArg("-checkmempool", RegTest());
|
||||
Checkpoints::fEnabled = GetBoolArg("-checkpoints", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue