From e5c05b87078bb8c065923655ec7ee62e49604b24 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Fri, 5 Dec 2008 09:12:52 +0000 Subject: [PATCH] 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 --- modules/cluster/mod_heartmonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0