mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Updated log message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
@@ -175,7 +175,7 @@ int msr_global_mutex_lock(modsec_rec* msr, apr_global_mutex_t* lock, const char*
|
||||
assert(msr->modsecurity); // lock is msr->modsecurity->..._lock
|
||||
assert(msr->mp);
|
||||
if (!lock) {
|
||||
msr_log(msr, 1, "%s: Global mutex was not created", fct);
|
||||
msr_log(msr, 1, "%s: Global mutex not initialised", fct);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user