Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow
In directory james.mmbase.org:/tmp/cvs-serv11568

Modified Files:
        TreeHasPageTag.java 
Log Message:
lowered a log


See also: 
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow


Index: TreeHasPageTag.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow/TreeHasPageTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- TreeHasPageTag.java 18 Jan 2008 17:10:13 -0000      1.2
+++ TreeHasPageTag.java 24 Jan 2008 16:48:05 -0000      1.3
@@ -27,7 +27,7 @@
 /**
  *
  * @author Michiel Meeuwissen
- * @version $Id: TreeHasPageTag.java,v 1.2 2008/01/18 17:10:13 michiel Exp $
+ * @version $Id: TreeHasPageTag.java,v 1.3 2008/01/24 16:48:05 michiel Exp $
  * @since MMBase-1.8.6
  */
 
@@ -66,7 +66,7 @@
         th.setBackwardsCompatible(! 
"false".equals(pageContext.getServletContext().getInitParameter("mmbase.taglib.smartpath_backwards_compatible")));
         try {
             String treePage = th.findTreeFile(page.getString(this), 
objectList.getString(this), pageContext.getSession());
-            log.info("Testing " + treePage);
+            log.debug("Testing " + treePage);
             boolean has =  treePage != null && ! "".equals(treePage) && 
ResourceLoader.getWebRoot().getResource(treePage).openConnection().getDoInput();
             if (has != getInverse()){
                 return EVAL_BODY;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to