You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/11/19 16:18:49 UTC

svn commit: r596323 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceLocator.java

Author: bommel
Date: Mon Nov 19 07:18:48 2007
New Revision: 596323

URL: http://svn.apache.org/viewvc?rev=596323&view=rev
Log:
changed log level to info

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceLocator.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceLocator.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceLocator.java?rev=596323&r1=596322&r2=596323&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceLocator.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/context/ResourceLocator.java Mon Nov 19 07:18:48 2007
@@ -81,8 +81,7 @@
     }
     Set<String> resourcePaths = servletContext.getResourcePaths(path);
     if (resourcePaths == null || resourcePaths.isEmpty()) {
-      // TOOD should be info
-      LOG.error("ResourcePath empty! Please check the tobago-config.xml file!"
+      LOG.info("ResourcePath empty! Please check the tobago-config.xml file!"
             + " path='" + path + "'");
       return;
     }