Switch to side-by-side view
--- a/src/common/rclinit.cpp +++ b/src/common/rclinit.cpp @@ -305,6 +305,7 @@ 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).