You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/07/27 00:46:38 UTC

svn commit: r797999 - /incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java

Author: sabob
Date: Sun Jul 26 22:46:38 2009
New Revision: 797999

URL: http://svn.apache.org/viewvc?rev=797999&view=rev
Log:
fix typo

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java

Modified: incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java?rev=797999&r1=797998&r2=797999&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java Sun Jul 26 22:46:38 2009
@@ -1280,10 +1280,10 @@
             deployResourcesOnClasspath(url, resourceDirectory);
         }
 
-        //if (logService.isTraceEnabled()) {
-            logService.info("deployed files from jars and folders - "
+        if (logService.isTraceEnabled()) {
+            logService.trace("deployed files from jars and folders - "
                 + (System.currentTimeMillis() - startTime) + " ms");
-        //}
+        }
     }
 
     /**