]> granicus.if.org Git - apache/commitdiff
fix a format string used for apr_status_t
authorJeff Trawick <trawick@apache.org>
Thu, 14 Jun 2001 13:27:37 +0000 (13:27 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 14 Jun 2001 13:27:37 +0000 (13:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89365 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 638f070244aabfc2bde2ba6a3053212253481857..c90b07fc03c1f55b2c15c4826aab165d12a765fc 100644 (file)
@@ -766,7 +766,7 @@ static void child_main(int child_num_arg)
                    break;
                default:
                    ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, 0, ap_server_conf,
-                       "select/accept error (%u)", stat);
+                       "select/accept error (%d)", stat);
                    clean_child_exit(APEXIT_CHILDFATAL);
 #else
                default: