From: Jeff Trawick Date: Thu, 2 Dec 2004 16:37:41 +0000 (+0000) Subject: wrong format string was converted to APR_PID_T_FMT X-Git-Tag: 2.1.2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7eb243ba752c6217fd6815a25cf0279f749815c8;p=apache wrong format string was converted to APR_PID_T_FMT git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109506 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 884c7ec0d4..0bf1430d7b 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -1487,7 +1487,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_initialize_worker(proxy_worker *worker, ser rv = connection_constructor((void **)&(worker->cp->conn), worker, worker->cp->pool); ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, - "proxy: initialized single connection worker %" APR_PID_T_FMT " in child %d for (%s)", + "proxy: initialized single connection worker %d in child %" APR_PID_T_FMT " for (%s)", worker->id, getpid(), worker->hostname); } if (rv == APR_SUCCESS)