]> granicus.if.org Git - apache/commitdiff
all signs indicate that status value is always -1 on error
authorEric Covener <covener@apache.org>
Fri, 12 Mar 2010 19:55:35 +0000 (19:55 +0000)
committerEric Covener <covener@apache.org>
Fri, 12 Mar 2010 19:55:35 +0000 (19:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922405 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/event.c
server/mpm/prefork/prefork.c
server/mpm/worker/worker.c

index a5db0c4ad0850614c4b7ab8378c376b2e61b5890..ea775d87ece736af7d4da891dc7e5cd2bbad0eb8 100644 (file)
@@ -1863,7 +1863,7 @@ static int make_child(server_rec * s, int slot)
         if (status != OK)
             ap_log_error(APLOG_MARK, APLOG_DEBUG, errno,
                          ap_server_conf,
-                         "processor unbind failed %d", status);
+                         "processor unbind failed");
 #endif
         RAISE_SIGSTOP(MAKE_CHILD);
 
index 5e1a677b45e4adb75d7ea2ac2364317d162d169d..ece71234e02221932ffd139c5f900d35acc59b29 100644 (file)
@@ -744,7 +744,7 @@ static int make_child(server_rec *s, int slot)
                                    PROCESSOR_CLASS_ANY);
         if (status != OK) {
             ap_log_error(APLOG_MARK, APLOG_DEBUG, errno,
-                         ap_server_conf, "processor unbind failed %d", status);
+                         ap_server_conf, "processor unbind failed");
         }
 #endif
         RAISE_SIGSTOP(MAKE_CHILD);
index 494fc03efc14c5ea1044cc3b1b7861948fd9faeb..c35ca94fa8af474a70e97d93ca10315401499fb8 100644 (file)
@@ -1362,7 +1362,7 @@ static int make_child(server_rec *s, int slot)
         if (status != OK)
             ap_log_error(APLOG_MARK, APLOG_DEBUG, errno,
                          ap_server_conf,
-                         "processor unbind failed %d", status);
+                         "processor unbind failed");
 #endif
         RAISE_SIGSTOP(MAKE_CHILD);