Small cleanups.

This commit is contained in:
Jonathan Naylor 2020-09-05 22:11:32 +01:00
parent 227052e34b
commit 4a4e046763
2 changed files with 5 additions and 5 deletions

View file

@ -155,12 +155,12 @@ unsigned int CConf::getLogFileLevel() const
std::string CConf::getLogFilePath() const
{
return m_logFilePath;
return m_logFilePath;
}
std::string CConf::getLogFileRoot() const
{
return m_logFileRoot;
return m_logFileRoot;
}
unsigned int CConf::getNetworkPort() const