Make sure logger is used before configuring it.

This commit is contained in:
Alexey Rybalchenko
2016-04-28 09:51:02 +02:00
parent e039931098
commit 58754e03c7
2 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ FairMQProgOptions::~FairMQProgOptions()
int FairMQProgOptions::ParseAll(const int argc, char** argv, bool allowUnregistered)
{
LOG(NOLOG) << "";
// init description
InitOptionDescription();
// parse command line options