diff options
| author | Jim Posen <[email protected]> | 2018-04-20 01:11:44 -0700 |
|---|---|---|
| committer | Jim Posen <[email protected]> | 2018-04-29 14:37:19 -0700 |
| commit | 8c2d695c4a45bdd9378c7970b0fcba6e1efc01f9 (patch) | |
| tree | 43b04976c81df286c18c22e67d077bed78fcd087 /src/test | |
| parent | scripted-diff: Rename BCLog::Logger member variables. (diff) | |
| download | discoin-8c2d695c4a45bdd9378c7970b0fcba6e1efc01f9.tar.xz discoin-8c2d695c4a45bdd9378c7970b0fcba6e1efc01f9.zip | |
util: Store debug log file path in BCLog::Logger member.
This breaks the cyclic between logging and util.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index eea180488..fe816a6f7 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -47,7 +47,6 @@ BasicTestingSetup::BasicTestingSetup(const std::string& chainName) SetupNetworking(); InitSignatureCache(); InitScriptExecutionCache(); - g_logger->m_print_to_file = false; // don't want to write to debug.log file fCheckBlockIndex = true; SelectParams(chainName); noui_connect(); |