]> granicus.if.org Git - apache/commitdiff
Followup to r1667385, my sandbox was out of date.
authorEric Covener <covener@apache.org>
Tue, 17 Mar 2015 20:13:39 +0000 (20:13 +0000)
committerEric Covener <covener@apache.org>
Tue, 17 Mar 2015 20:13:39 +0000 (20:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1667386 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/generators/mod_cgid.c

index 8d29e0a87400e67e30fbec955ec6ab8c526434f0..28520983963f1e748d7701f0dea5c4d54480e133 100644 (file)
@@ -1 +1 @@
-2832
+2834
index 2a0e94db5a3c4faf88911f0f599ec6a27275563d..4cebd0457126b654ade2e82ea2e192b19cdb3910 100644 (file)
@@ -1255,7 +1255,7 @@ static int connect_to_daemon(int *sdptr, request_rec *r,
             apr_time_sec(apr_time_now() - ap_scoreboard_image->global->restart_time) > 
                 DEFAULT_CONNECT_STARTUP_DELAY) {
             return log_scripterror(r, conf, HTTP_SERVICE_UNAVAILABLE, connect_errno, 
-                                   apr_pstrcat(r->pool, APLOGNO(02831) "ScriptSock ", sockname, " does not exist", NULL));
+                                   apr_pstrcat(r->pool, APLOGNO(02833) "ScriptSock ", sockname, " does not exist", NULL));
         }
 
         /* gotta try again, but make sure the cgid daemon is still around */