mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Removes some warnings by adding missing returns
This commit is contained in:
@@ -30,6 +30,7 @@ CustomDebugLog *CustomDebugLog::new_instance() {
|
||||
|
||||
bool CustomDebugLog::write_log(int level, const std::string& message) {
|
||||
m_log << "[" << level << "] " << message << std::endl;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user