Bert Leunis pushed to branch release/4.0 at cms-community / hippo-site-toolkit


Commits:
40dd4e01 by Bert Leunis at 2016-10-21T11:58:18+02:00
HSTTWO-3844 ResourceContainer: Don't log warning when resource path is 
invalid
- just log message at  info level

(cherry picked from commits 80deb6a86f7958c8eb5934b9160dd3e7b456c09f, 
2d1debc40fa04324de92d7a776e1df073c4884a6)

- - - - -
329173af by Bert Leunis at 2016-10-21T12:02:55+02:00
HSTTWO-3844 Reintegrate bugfix/HSTTWO-3844

- - - - -


1 changed file:

- 
commons/src/main/java/org/hippoecm/hst/core/linking/AbstractResourceContainer.java


Changes:

=====================================
commons/src/main/java/org/hippoecm/hst/core/linking/AbstractResourceContainer.java
=====================================
--- 
a/commons/src/main/java/org/hippoecm/hst/core/linking/AbstractResourceContainer.java
+++ 
b/commons/src/main/java/org/hippoecm/hst/core/linking/AbstractResourceContainer.java
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2010-2014 Hippo B.V. (http://www.onehippo.com)
+ *  Copyright 2010-2016 Hippo B.V. (http://www.onehippo.com)
  * 
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -173,9 +173,8 @@ public abstract class AbstractResourceContainer implements 
ResourceContainer {
        } catch (PathNotFoundException e) {
            log.debug("Cannot find resource node for path '{}' beloning to 
pathInfo '{}'", actualPath, pathInfo);
        } catch (RepositoryException e) {
-           log.warn("RepositoryException: '{}'", e.getMessage());
+           log.info("RepositoryException: '{}'", e.getMessage());
        }
-        
         return null;
     }
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/compare/acdef779021f0a5b133d77802083875d5d68b9c4...329173af366ca35d8eb52f481c6e30ba5394a7e4
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to