Author: max.andersen(a)jboss.com
Date: 2006-08-30 07:56:40 -0400 (Wed, 30 Aug 2006)
New Revision: 10377
Modified:
trunk/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/TemplateProducer.java
Log:
less noisy
Modified:
trunk/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/TemplateProducer.java
===================================================================
---
trunk/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/TemplateProducer.java 2006-08-30
10:47:16 UTC (rev 10376)
+++
trunk/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/TemplateProducer.java 2006-08-30
11:56:40 UTC (rev 10377)
@@ -37,7 +37,7 @@
th.ensureExistence( destination );
ac.addFile(destination, fileType);
- log.info("Writing " + identifier + " to " +
destination.getAbsolutePath() );
+ log.debug("Writing " + identifier + " to " +
destination.getAbsolutePath() );
fileWriter = new FileWriter(destination);
fileWriter.write(tempResult);
}
Show replies by date