]> granicus.if.org Git - apache/commitdiff
Use correct function name in log message.
authorPaul Querna <pquerna@apache.org>
Fri, 5 Dec 2008 08:52:50 +0000 (08:52 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 5 Dec 2008 08:52:50 +0000 (08:52 +0000)
Suggested By: Ruediger Pluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723663 13f79535-47bb-0310-9956-ffa450edef68

modules/cluster/mod_heartbeat.c

index 0f14e9b644b706529ebb2c58460ff8900376b65e..df530f6dd3b44e060af80ef208b0c6c4d14c1cf4 100644 (file)
@@ -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;
     }