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 2013/11/14 16:30:53 UTC

svn commit: r1541934 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java

Author: lofwyr
Date: Thu Nov 14 15:30:52 2013
New Revision: 1541934

URL: http://svn.apache.org/r1541934
Log:
better logging

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java?rev=1541934&r1=1541933&r2=1541934&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java Thu Nov 14 15:30:52 2013
@@ -248,8 +248,7 @@ public class TobagoConfigImpl extends To
           defaultValidatorInfo = Collections.emptyMap();
         }
       } catch (Exception e) {
-        // should not happen (occurred with JBoss GateIn 3.6.0)
-        LOG.error("Can't initialize default validators.", e);
+        LOG.error("Can't initialize default validators (this happens with JBoss GateIn 3.6.0).", e);
         defaultValidatorInfo = Collections.emptyMap();
       }
     }