git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109506
13f79535-47bb-0310-9956-
ffa450edef68
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)