Author: pero
Date: Sat Apr 1 01:23:46 2006
New Revision: 390625
URL: http://svn.apache.org/viewcvs?rev=390625&view=rev
Log:
Correct Log statement that we not got after very keep alive socket close a log
message!
Modified:
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/TcpReplicationThread.java
Modified:
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/TcpReplicationThread.java
URL:
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/TcpReplicationThread.java?rev=390625&r1=390624&r2=390625&view=diff
==============================================================================
---
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/TcpReplicationThread.java
(original)
+++
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/TcpReplicationThread.java
Sat Apr 1 01:23:46 2006
@@ -73,7 +73,6 @@
if ( e instanceof IOException ) {
//dont spew out stack traces for IO exceptions unless
debug is enabled.
if (log.isDebugEnabled()) log.debug ("IOException in
replication worker, unable to drain channel. Probable cause: Keep alive socket
closed.", e);
- else log.warn ("IOException in replication worker, unable
to drain channel. Probable cause: Keep alive socket closed.");
} else if ( log.isErrorEnabled() ) {
//this is a real error, log it.
log.error("Exception caught in
TcpReplicationThread.drainChannel.",e);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]