rclinit: log the configuration location on startup

This commit is contained in:
Jean-Francois Dockes 2017-11-30 13:26:29 +01:00
parent 1bd5b256d6
commit 70c36ea3e1

View File

@ -305,6 +305,7 @@ RclConfig *recollinit(RclInitFlags flags,
int lev = atoi(loglevel.c_str());
Logger::getTheLog("")->setLogLevel(Logger::LogLevel(lev));
}
LOGINF("Configuration directory: " << config->getConfDir() << std::endl);
// Make sure the locale charset is initialized (so that multiple
// threads don't try to do it at once).