You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/10/14 14:47:15 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/net Configuration.java

michi       2003/10/14 05:47:15

  Modified:    src/java/org/apache/lenya/net Configuration.java
  Log:
  method names to log statements added
  
  Revision  Changes    Path
  1.13      +3 -3      cocoon-lenya/src/java/org/apache/lenya/net/Configuration.java
  
  Index: Configuration.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/net/Configuration.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Configuration.java	23 Jul 2003 13:21:40 -0000	1.12
  +++ Configuration.java	14 Oct 2003 12:47:15 -0000	1.13
  @@ -121,7 +121,7 @@
           URL url = cl.getResource(resourcePathRelativeToClasspath);
   
           if (url == null) {
  -            log.error("Could not find resource on classpath: " + resourcePathRelativeToClasspath);
  +            log.error(".load(): Could not find resource on classpath: " + resourcePathRelativeToClasspath);
   
               //return null;
           }
  @@ -133,7 +133,7 @@
           try {
               properties.load(Configuration.class.getResourceAsStream("conf.properties"));
           } catch (Exception e) {
  -            log.error(e);
  +            log.error(".load(): " + e);
           }
   
           return properties;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org