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

Modified Files:
        Url.java 
Log Message:
debug only


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


Index: Url.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow/Url.java,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- Url.java    25 Apr 2008 11:45:15 -0000      1.44
+++ Url.java    26 Jun 2008 10:18:48 -0000      1.45
@@ -35,7 +35,7 @@
  * <p>
  * The creation of the URL is delegated to the MMBase framework.
  * </p>
- * @version $Id: Url.java,v 1.44 2008/04/25 11:45:15 michiel Exp $;
+ * @version $Id: Url.java,v 1.45 2008/06/26 10:18:48 michiel Exp $;
  * @since MMBase-1.9
  */
 public class Url implements Comparable, CharSequence, Casting.Unwrappable {
@@ -167,6 +167,9 @@
             result = framework.getInternalUrl(page, params, 
frameworkParameters);
             if (result == null) {
                 result = framework.getUrl(page, params, frameworkParameters, 
false);
+                log.debug("No url gotten from framework, falled back to " + 
result);
+            } else  {
+                log.debug("url gotten from framework " + result);
             }
         } else {
             if (process) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to