You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/07/30 16:00:24 UTC

svn commit: r1693426 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResourceManagerImpl.java

Author: lofwyr
Date: Thu Jul 30 14:00:23 2015
New Revision: 1693426

URL: http://svn.apache.org/r1693426
Log:
log format

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResourceManagerImpl.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResourceManagerImpl.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResourceManagerImpl.java?rev=1693426&r1=1693425&r2=1693426&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResourceManagerImpl.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResourceManagerImpl.java Thu Jul 30 14:00:23 2015
@@ -435,15 +435,15 @@ public class ResourceManagerImpl impleme
       }
 
       if (!production && !ignoreMissing) {
-        LOG.warn("Path not found, and no fallback. Using empty string.\n"
-            + "resourceDirs = '" + tobagoConfig.getResourceDirs()
-            + "' contentType = '" + contentType
-            + "' theme = '" + theme.getName()
-            + "' browser = '" + browser
-            + "' subDir = '" + subDir
-            + "' name = '" + name
-            + "' extension = '" + Arrays.toString(extensions)
-            + "' key = '" + key
+        LOG.warn("Path not found, and no fallback (using empty string) "
+            + "resourceDirs='" + tobagoConfig.getResourceDirs()
+            + "' contentType='" + contentType
+            + "' theme='" + theme.getName()
+            + "' browser='" + browser
+            + "' subDir='" + subDir
+            + "' name='" + name
+            + "' extension='" + Arrays.toString(extensions)
+            + "' key='" + key
             + "'");
       }
       return null;