Author: mturk
Date: Wed Feb 25 16:29:36 2009
New Revision: 747851
URL: http://svn.apache.org/viewvc?rev=747851&view=rev
Log:
Log provided failed host:port instead original
Modified:
tomcat/connectors/trunk/jk/native/common/jk_status.c
Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?rev=747851&r1=747850&r2=747851&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_status.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_status.c Wed Feb 25 16:29:36
2009
@@ -3197,7 +3197,7 @@
aw->worker.we->pool, l)) {
jk_log(l, JK_LOG_ERROR,
"Status worker '%s' failed resolving 'address' for sub
worker '%s' to '%s:%d'",
- w->name, aw->name, aw->host, aw->port);
+ w->name, aw->name, host, port);
}
else {
strcpy(aw->s->hostname, host);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]