--- native/common/jk_ajp_common.c.orig 2006-12-07 14:45:22.000000000 +0100 +++ native/common/jk_ajp_common.c 2007-01-16 17:00:22.000000000 +0100 @@ -1852,8 +1852,8 @@ "(%s) request failed, " "because of response status %d, " "recoverable operation attempt=%d", - p->worker->http_status_fail, - p->worker->name, i); + p->worker->name, + p->worker->http_status_fail, i); JK_TRACE_EXIT(l); if (i >= JK_RETRIES) { jk_sleep(JK_SLEEP_DEF);