Update of /var/cvs/src/org/mmbase/module
In directory james.mmbase.org:/tmp/cvs-serv13466
Modified Files:
Module.java
Log Message:
logging only
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/module
Index: Module.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/module/Module.java,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- Module.java 18 Jul 2008 06:08:14 -0000 1.98
+++ Module.java 28 Jul 2008 16:25:10 -0000 1.99
@@ -37,7 +37,7 @@
* @author Rob Vermeulen (securitypart)
* @author Pierre van Rooden
*
- * @version $Id: Module.java,v 1.98 2008/07/18 06:08:14 michiel Exp $
+ * @version $Id: Module.java,v 1.99 2008/07/28 16:25:10 michiel Exp $
*/
public abstract class Module extends DescribedFunctionProvider {
@@ -510,7 +510,7 @@
InputSource is = moduleLoader.getInputSource(file);
if (is != null) parser = new ModuleReader(is);
} catch (Exception e) {
- log.error(e);
+ log.error(e.getMessage(), e);
}
if (parser != null && parser.getStatus().equals("active")) {
// obtain module name. Use the filename of the xml if the name
property is not set
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs