You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/12/05 10:12:52 UTC

svn commit: r723674 - /httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c

Author: pquerna
Date: Fri Dec  5 01:12:52 2008
New Revision: 723674

URL: http://svn.apache.org/viewvc?rev=723674&view=rev
Log:
Log the correct function name.
Suggested by: Ruediger Pluem

Modified:
    httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c

Modified: httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c?rev=723674&r1=723673&r2=723674&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c (original)
+++ httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c Fri Dec  5 01:12:52 2008
@@ -387,7 +387,7 @@
 
     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;
     }