MCPcopy Create free account
hub / github.com/apache/httpd / log_create_failure

Function log_create_failure

server/util_mutex.c:387–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387static void log_create_failure(apr_status_t rv, server_rec *s, const char *type,
388 const char *fname)
389{
390 ap_log_error(APLOG_MARK, APLOG_EMERG, rv, s, APLOGNO(00023)
391 "Couldn't create the %s mutex %s%s%s", type,
392 fname ? "(file " : "",
393 fname ? fname : "",
394 fname ? ")" : "");
395}
396
397#ifdef AP_NEED_SET_MUTEX_PERMS
398static void log_perms_failure(apr_status_t rv, server_rec *s, const char *type)

Callers 2

ap_global_mutex_createFunction · 0.85
ap_proc_mutex_createFunction · 0.85

Calls 1

ap_log_errorFunction · 0.50

Tested by

no test coverage detected