Fix the debuglogs for the regression tests

This commit is contained in:
Felipe Zimmerle
2018-01-03 09:49:20 -03:00
parent c3b19e7f82
commit cd30509f3a
3 changed files with 7 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ class DebugLog {
void setDebugLogLevel(int level);
void setDebugLogFile(const std::string &fileName, std::string *error);
const std::string& getDebugLogFile();
int getDebugLogLevel();
virtual int getDebugLogLevel();
private:
int m_debugLevel;