Skip to content

Commit 95dc594

Browse files
Marc Sterntheseion
Marc Stern
andauthored
Updated log message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
1 parent 339d6df commit 95dc594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/modsecurity.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ int msr_global_mutex_lock(modsec_rec* msr, apr_global_mutex_t* lock, const char*
175175
assert(msr->modsecurity); // lock is msr->modsecurity->..._lock
176176
assert(msr->mp);
177177
if (!lock) {
178-
msr_log(msr, 1, "%s: Global mutex was not created", fct);
178+
msr_log(msr, 1, "%s: Global mutex not initialised", fct);
179179
return -1;
180180
}
181181

0 commit comments

Comments
 (0)