Update of /var/cvs/src/org/mmbase/util/logging
In directory james.mmbase.org:/tmp/cvs-serv14750

Modified Files:
        Logging.java 
Log Message:
even more concise


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util/logging


Index: Logging.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/logging/Logging.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- Logging.java        13 Aug 2008 22:18:30 -0000      1.46
+++ Logging.java        13 Aug 2008 22:23:38 -0000      1.47
@@ -59,7 +59,7 @@
  * </p>
  *
  * @author Michiel Meeuwissen
- * @version $Id: Logging.java,v 1.46 2008/08/13 22:18:30 michiel Exp $
+ * @version $Id: Logging.java,v 1.47 2008/08/13 22:23:38 michiel Exp $
  */
 
 
@@ -180,7 +180,7 @@
         }
 
 
-        log.info("Class to use for logging " + classToUse + " (" + 
configuration + ").  Configured in " + resourceLoader.getResource(configFile) + 
".");
+        log.info("Logging: " + classToUse + " (" + configuration + ").  
Configured in " + resourceLoader.getResource(configFile));
         // System.out.println("(Depending on your selected logging system no 
more logging");
         // System.out.println("might be written to this file. See the 
configuration of the");
         // System.out.println("selected logging system for more hints where 
logging will appear)");
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to