joerg       2003/09/09 12:21:45

  Modified:    src/blocks/scratchpad/java/org/apache/cocoon/ant
                        CocoonTask.java
  Log:
  fixed mentioning of logKitManager in comment
  
  Revision  Changes    Path
  1.3       +2 -2      
cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/ant/CocoonTask.java
  
  Index: CocoonTask.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/ant/CocoonTask.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CocoonTask.java   9 Sep 2003 19:03:44 -0000       1.2
  +++ CocoonTask.java   9 Sep 2003 19:21:45 -0000       1.3
  @@ -640,7 +640,7 @@
                   logLevel = "WARN";
               }
   
  -            // configure the logKitManager,
  +            // configure the logKitLoggerManager,
               // either by using a logkit.xconf file or by a logger
               final Priority priority = Priority.getPriorityForName(logLevel);
               Hierarchy.getDefaultHierarchy().setDefaultPriority(priority);
  
  
  

Reply via email to