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