From: Paul Querna Date: Fri, 5 Dec 2008 09:12:52 +0000 (+0000) Subject: Log the correct function name. X-Git-Tag: 2.3.0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5c05b87078bb8c065923655ec7ee62e49604b24;p=apache 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 --- diff --git a/modules/cluster/mod_heartmonitor.c b/modules/cluster/mod_heartmonitor.c index 588e393c59..41cba183ab 100644 --- a/modules/cluster/mod_heartmonitor.c +++ b/modules/cluster/mod_heartmonitor.c @@ -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; }