From: Paul Querna Date: Fri, 5 Dec 2008 08:52:50 +0000 (+0000) Subject: Use correct function name in log message. X-Git-Tag: 2.3.0~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24bbbd088e5f7ba51a6154ce25a16e6262b6795f;p=apache Use correct function name in log message. Suggested By: Ruediger Pluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723663 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cluster/mod_heartbeat.c b/modules/cluster/mod_heartbeat.c index 0f14e9b644..df530f6dd3 100644 --- a/modules/cluster/mod_heartbeat.c +++ b/modules/cluster/mod_heartbeat.c @@ -186,7 +186,7 @@ static void start_hb_worker(apr_pool_t *p, hb_ctx_t *ctx) if (rv) { ap_log_error(APLOG_MARK, APLOG_CRIT, rv, NULL, - "Heartbeat: apr_thread_cond_create failed"); + "Heartbeat: apr_thread_mutex_create failed"); ctx->status = rv; return; }