mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix the debuglogs for the regression tests
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user