amattheu    2003/09/17 15:05:06

  Modified:    src_unitTests/org/apache/xml/security/test/c14n/implementations
                        C14NInterop.java
  Log:
  Ajusted verbosity of logging messages.
  
  Revision  Changes    Path
  1.8       +1 -1      
xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations/C14NInterop.java
  
  Index: C14NInterop.java
  ===================================================================
  RCS file: 
/home/cvs/xml-security/src_unitTests/org/apache/xml/security/test/c14n/implementations/C14NInterop.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- C14NInterop.java  29 Apr 2003 21:36:58 -0000      1.7
  +++ C14NInterop.java  17 Sep 2003 22:05:06 -0000      1.8
  @@ -287,7 +287,7 @@
         A_A.appendChild(A_B);
         A_B.appendChild(A_C);
   
  -      log.info("Created document");
  +      log.debug("Created document");
   
   
         Canonicalizer20010315OmitComments c = new 
Canonicalizer20010315OmitComments();
  
  
  

Reply via email to