Update of /var/cvs/contributions/didactor2/src/core/java/nl/didactor/component
In directory james.mmbase.org:/tmp/cvs-serv6086
Modified Files:
MMBaseComponent.java
Log Message:
lowered a log
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/java/nl/didactor/component
Index: MMBaseComponent.java
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/core/java/nl/didactor/component/MMBaseComponent.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- MMBaseComponent.java 21 Aug 2008 09:42:34 -0000 1.5
+++ MMBaseComponent.java 18 Sep 2008 10:54:32 -0000 1.6
@@ -13,7 +13,7 @@
/**
* The didactor component wrapping an mmbase component.
* @author Michiel Meeuwissen
- * @version $Id: MMBaseComponent.java,v 1.5 2008/08/21 09:42:34 michiel Exp $
+ * @version $Id: MMBaseComponent.java,v 1.6 2008/09/18 10:54:32 michiel Exp $
*/
public class MMBaseComponent extends nl.didactor.component.Component {
@@ -94,7 +94,9 @@
}
}
}
- log.info("Found " + scopes);
+ if (log.isDebugEnabled()) {
+ log.debug("Found " + scopes);
+ }
return scopes;
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs