Update of /var/cvs/src/org/mmbase/datatypes/processors
In directory james.mmbase.org:/tmp/cvs-serv1433
Modified Files:
Duration.java
Log Message:
lowered a log
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/datatypes/processors
Index: Duration.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/datatypes/processors/Duration.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- Duration.java 12 Sep 2008 11:09:15 -0000 1.5
+++ Duration.java 12 Sep 2008 11:15:41 -0000 1.6
@@ -22,7 +22,7 @@
* Formats a long with hour:minutes:seconds. Ready for setting and getting,
and also casting.
*
* @author Michiel Meeuwissen
- * @version $Id: Duration.java,v 1.5 2008/09/12 11:09:15 michiel Exp $
+ * @version $Id: Duration.java,v 1.6 2008/09/12 11:15:41 michiel Exp $
* @since MMBase-1.9
*/
@@ -59,7 +59,7 @@
Object preCast = castString(value, cloud);
return preCast;
} catch (CastException ce) {
- log.warn(ce);
+ log.debug(ce);
return -1;
}
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs