You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2004/07/18 23:51:51 UTC

cvs commit: incubator-geronimo/modules/transaction/src/java/org/apache/geronimo/transaction/log HOWLLog.java

djencks     2004/07/18 14:51:51

  Modified:    modules/transaction/src/java/org/apache/geronimo/transaction/log
                        HOWLLog.java
  Log:
  more logging to help users see recovery is progressing
  
  Revision  Changes    Path
  1.5       +2 -1      incubator-geronimo/modules/transaction/src/java/org/apache/geronimo/transaction/log/HOWLLog.java
  
  Index: HOWLLog.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/transaction/src/java/org/apache/geronimo/transaction/log/HOWLLog.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HOWLLog.java	25 Jun 2004 21:29:34 -0000	1.4
  +++ HOWLLog.java	18 Jul 2004 21:51:51 -0000	1.5
  @@ -304,6 +304,7 @@
           } catch (LogConfigurationException e) {
               throw new LogException(e);
           }
  +        log.info("In doubt transactions recovered from log");
           return recovered;
       }