Np I just reverted. Alex
On Sun, May 11, 2008 at 12:07 PM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Hi Alex, > > could you revert this change and change the System.out by LOG.debug(...) ? > > I have done the very same thing on trunk (not committed yet), because > those debug logs are really usefull. > > Thanks ! > > > [EMAIL PROTECTED] wrote: > > > Author: akarasulu > > Date: Sun May 11 08:13:21 2008 > > New Revision: 655322 > > > > URL: http://svn.apache.org/viewvc?rev=655322&view=rev > > Log: > > cleanup system.outs > > > > Modified: > > > > > > directory/apacheds/trunk/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntrySerializer.java > > > > Modified: > > directory/apacheds/trunk/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntrySerializer.java > > URL: > > http://svn.apache.org/viewvc/directory/apacheds/trunk/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntrySerializer.java?rev=655322&r1=655321&r2=655322&view=diff > > > > ============================================================================== > > --- > > directory/apacheds/trunk/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntrySerializer.java > > (original) > > +++ > > directory/apacheds/trunk/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntrySerializer.java > > Sun May 11 08:13:21 2008 > > @@ -155,12 +155,6 @@ > > out.flush(); > > - if ( IS_DEBUG ) > > - { > > - System.out.println( > > ">------------------------------------------------" ); > > - System.out.println( "Serialize " + entry ); > > - } > > - > > return baos.toByteArray(); > > } > > @@ -367,12 +361,6 @@ > > serverEntry.put( serverAttribute ); > > } > > - if ( IS_DEBUG ) > > - { > > - System.out.println( > > "<------------------------------------------------" ); > > - System.out.println( "Deserialize " + serverEntry ); > > - } > > - > > return serverEntry; > > } > > catch ( ClassNotFoundException cnfe ) > > > > > > > > > > > > > -- > -- > cordialement, regards, > Emmanuel Lécharny > www.iktek.com > directory.apache.org > > >
