]> granicus.if.org Git - apache/commitdiff
Log the correct function name.
authorPaul Querna <pquerna@apache.org>
Fri, 5 Dec 2008 09:12:52 +0000 (09:12 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 5 Dec 2008 09:12:52 +0000 (09:12 +0000)
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

index 588e393c59cfc39627949091539dfbc710bae999..41cba183ab216296fb1c7a5222e69530ec30796e 100644 (file)
@@ -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;
     }