mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Log the correct function name.
Suggested by: Ruediger Pluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723674 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -387,7 +387,7 @@ static void start_hm_worker(apr_pool_t *p, hm_ctx_t *ctx)
|
||||
|
||||
if (rv) {
|
||||
ap_log_error(APLOG_MARK, APLOG_CRIT, rv, NULL,
|
||||
"Heartmonitor: apr_thread_cond_create failed");
|
||||
"Heartmonitor: apr_thread_mutex_create failed");
|
||||
ctx->status = rv;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user