You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/01/22 01:36:41 UTC

svn commit: r371156 - /directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/search/SearchResultDoneGrammar.java

Author: elecharny
Date: Sat Jan 21 16:36:38 2006
New Revision: 371156

URL: http://svn.apache.org/viewcvs?rev=371156&view=rev
Log:
Fixed the logs

Modified:
    directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/search/SearchResultDoneGrammar.java

Modified: directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/search/SearchResultDoneGrammar.java
URL: http://svn.apache.org/viewcvs/directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/search/SearchResultDoneGrammar.java?rev=371156&r1=371155&r2=371156&view=diff
==============================================================================
--- directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/search/SearchResultDoneGrammar.java (original)
+++ directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/search/SearchResultDoneGrammar.java Sat Jan 21 16:36:38 2006
@@ -87,10 +87,7 @@
                         // Now, we can allocate the SearchResultDone Object
                         ldapMessage.setProtocolOP( new SearchResultDone() );
                         
-                        if ( log.isDebugEnabled() )
-                        {
-                            log.debug( "Search Result Done found" );
-                        }
+                        log.debug( "Search Result Done found" );
                     }
                 } );