]> granicus.if.org Git - apache/commitdiff
Make the error message correspond to the code, which sets APR_SO_NONBLOCK.
authorGraham Leggett <minfrin@apache.org>
Fri, 5 Feb 2010 21:37:56 +0000 (21:37 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 5 Feb 2010 21:37:56 +0000 (21:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907105 13f79535-47bb-0310-9956-ffa450edef68

modules/cluster/mod_heartmonitor.c

index 1e4a92341fb11ceded6d813848610477f1b2fb02..6a50dd5dc5e537569c7dd70fc5ae31036c6e52cc 100644 (file)
@@ -97,7 +97,7 @@ static apr_status_t hm_listen(hm_ctx_t *ctx)
     rv = apr_socket_opt_set(ctx->sock, APR_SO_NONBLOCK, 1);
     if (rv) {
         ap_log_error(APLOG_MARK, APLOG_CRIT, rv, ctx->s,
-                     "Heartmonitor: Failed to set APR_SO_REUSEADDR to 1 on socket.");
+                     "Heartmonitor: Failed to set APR_SO_NONBLOCK to 1 on socket.");
         return rv;
     }