Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 97143 invoked from network); 4 Feb 2007 01:41:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2007 01:41:02 -0000 Received: (qmail 38510 invoked by uid 500); 4 Feb 2007 01:41:08 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 38468 invoked by uid 500); 4 Feb 2007 01:41:08 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 38456 invoked by uid 99); 4 Feb 2007 01:41:08 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Feb 2007 17:41:08 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 7F8301A981A; Sat, 3 Feb 2007 17:40:11 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r503342 - /directory/shared/branches/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/codec/TwixDecoder.java Date: Sun, 04 Feb 2007 01:40:11 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070204014011.7F8301A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Sat Feb 3 17:40:10 2007 New Revision: 503342 URL: http://svn.apache.org/viewvc?view=rev&rev=503342 Log: Uncommented the if (DEBUG) I commented for debug purpose ... Modified: directory/shared/branches/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/codec/TwixDecoder.java Modified: directory/shared/branches/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/codec/TwixDecoder.java URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/codec/TwixDecoder.java?view=diff&rev=503342&r1=503341&r2=503342 ============================================================================== --- directory/shared/branches/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/codec/TwixDecoder.java (original) +++ directory/shared/branches/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/codec/TwixDecoder.java Sat Feb 3 17:40:10 2007 @@ -110,7 +110,7 @@ { ldapDecoder.decode( buf, ldapMessageContainer ); - //if ( IS_DEBUG ) + if ( IS_DEBUG ) { log.debug( "Decoding the PDU : " );