mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-26 15:36:19 +01:00
Initialize logging before we do parameter interaction
This commit is contained in:
@@ -401,6 +401,7 @@ void BitcoinApplication::startThread()
|
||||
|
||||
void BitcoinApplication::parameterSetup()
|
||||
{
|
||||
InitLogging();
|
||||
InitParameterInteraction();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user