Update of /var/cvs/src/org/mmbase/cache
In directory james.mmbase.org:/tmp/cvs-serv6224
Modified Files:
CacheManager.java
Log Message:
lowered a log
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/cache
Index: CacheManager.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/cache/CacheManager.java,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- CacheManager.java 20 Aug 2008 22:18:08 -0000 1.39
+++ CacheManager.java 23 Aug 2008 19:00:48 -0000 1.40
@@ -27,7 +27,7 @@
* Cache manager manages the static methods of [EMAIL PROTECTED] Cache}. If
you prefer you can call them on this in stead.
*
* @since MMBase-1.8
- * @version $Id: CacheManager.java,v 1.39 2008/08/20 22:18:08 michiel Exp $
+ * @version $Id: CacheManager.java,v 1.40 2008/08/23 19:00:48 michiel Exp $
*/
public abstract class CacheManager {
@@ -257,7 +257,7 @@
log.service("Reading " + is.getSystemId());
configReader = new DocumentReader(is, Cache.class);
} catch (Exception e) {
- log.error(e);
+ log.warn(e.getClass() + " " + e.getMessage());
return;
}
configure(configReader);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs