You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/10/30 21:59:46 UTC

svn commit: rev 56071 - incubator/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/util

Author: gregor
Date: Sat Oct 30 12:59:45 2004
New Revision: 56071

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/util/FileUtil.java
Log:
reduce verbosity

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/util/FileUtil.java
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/util/FileUtil.java	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/util/FileUtil.java	Sat Oct 30 12:59:45 2004
@@ -29,7 +29,7 @@
 import org.apache.log4j.Category;
 
 /**
- * @version $Id: FileUtil.java,v 1.20 2004/07/30 14:48:29 roku Exp $
+ * @version $Id$
  */
 public final class FileUtil {
     private static Category log = Category.getInstance(FileUtil.class);
@@ -92,7 +92,7 @@
 
         if (!parent.exists()) {
             parent.mkdirs();
-            log.warn("Directory has been created: " + parent.getAbsolutePath());
+            log.debug("Directory has been created: " + parent.getAbsolutePath());
         }
 
         OutputStream destination = new FileOutputStream(destination_name);

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org