You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/10/15 07:02:13 UTC

svn commit: r584676 - /directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ClientConnectionManager.java

Author: akarasulu
Date: Sun Oct 14 22:02:12 2007
New Revision: 584676

URL: http://svn.apache.org/viewvc?rev=584676&view=rev
Log:
for some reason this is making my tests fail on a Windows machine: I have no clue why this would happen but it seems consistent on this

Modified:
    directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ClientConnectionManager.java

Modified: directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ClientConnectionManager.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ClientConnectionManager.java?rev=584676&r1=584675&r2=584676&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ClientConnectionManager.java (original)
+++ directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ClientConnectionManager.java Sun Oct 14 22:02:12 2007
@@ -322,7 +322,6 @@
                 }
                 catch ( InterruptedException e )
                 {
-                    LOG.warn( "[Replica-{}] Unexpected exception.", configuration.getReplicaId(), e );
                 }
             }
         }
@@ -359,7 +358,6 @@
                 }
                 catch ( InterruptedException e )
                 {
-                    LOG.info( "Interrupted sleeping thread.", e );  // not a bug naturally occurs
                 }
             }