You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by mu...@apache.org on 2004/10/16 10:33:55 UTC

cvs commit: ws-fx/wss4j/src/org/apache/ws/security/conversation KeyDerivator.java

muthulee    2004/10/16 01:33:55

  Modified:    wss4j/src/org/apache/ws/security/conversation
                        KeyDerivator.java
  Log:
  Removing system.out
  
  Revision  Changes    Path
  1.7       +1 -1      ws-fx/wss4j/src/org/apache/ws/security/conversation/KeyDerivator.java
  
  Index: KeyDerivator.java
  ===================================================================
  RCS file: /home/cvs/ws-fx/wss4j/src/org/apache/ws/security/conversation/KeyDerivator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- KeyDerivator.java	16 Oct 2004 08:02:49 -0000	1.6
  +++ KeyDerivator.java	16 Oct 2004 08:33:54 -0000	1.7
  @@ -199,7 +199,7 @@
                       "Offset : " + offset);
           } else if (convSession.getKeyLength() != -1) { //Session is configured to use fixed size keys
               if (generation == -1){
  -          		System.out.println("Generation set to zero");
  +          		log.debug("Generation set to zero");
             		generation = 0;   
             return (int)convSession.getKeyLength() * generation;
   //                throw new ConversationException("Generation value is not avaliable (fixed size keys are used: " +