From: Jeff Trawick Date: Thu, 14 Jun 2001 13:27:37 +0000 (+0000) Subject: fix a format string used for apr_status_t X-Git-Tag: 2.0.19~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a881a69f24e01287f67a74159b7ea7faada9f45;p=thirdparty%2Fapache%2Fhttpd.git fix a format string used for apr_status_t git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89365 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 638f070244a..c90b07fc03c 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -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: