You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/02/14 06:12:57 UTC

cvs commit: jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/datasource/ids TableIdGenerator.java

leif        02/02/13 21:12:57

  Modified:    src/scratchpad/org/apache/avalon/excalibur/datasource/ids
                        TableIdGenerator.java
  Log:
  Make debug message more useful.
  
  Revision  Changes    Path
  1.3       +3 -2      jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/datasource/ids/TableIdGenerator.java
  
  Index: TableIdGenerator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/datasource/ids/TableIdGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TableIdGenerator.java	8 Feb 2002 17:38:09 -0000	1.2
  +++ TableIdGenerator.java	14 Feb 2002 05:12:57 -0000	1.3
  @@ -68,7 +68,7 @@
    * </pre>
    *
    * @author <a href="mailto:leif@silveregg.co.jp">Leif Mortenson</a>
  - * @version CVS $Revision: 1.2 $ $Date: 2002/02/08 17:38:09 $
  + * @version CVS $Revision: 1.3 $ $Date: 2002/02/14 05:12:57 $
    * @since 4.1
    */
   public class TableIdGenerator
  @@ -107,7 +107,8 @@
       {
           if ( getLogger().isDebugEnabled() )
           {
  -            getLogger().debug( "Allocating a new block of " + blockSize + " ids." );
  +            getLogger().debug( "Allocating a new block of " + blockSize + 
  +                " ids for key_table " + m_tableName + "." );
           }
           
           try
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>