mcardle     2005/06/13 11:12:43 CEST

  Modified files:
    src/view/jsp/include box_newslast5.inc 
  Log:
  added logging output
  
  Revision  Changes    Path
  1.4       +2 -2      
corporate_portal_templates/src/view/jsp/include/box_newslast5.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/box_newslast5.inc.diff?r1=1.3&r2=1.4&f=h
  
  
  
  Index: box_newslast5.inc
  ===================================================================
  RCS file: 
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/box_newslast5.inc,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- box_newslast5.inc 10 Jun 2005 10:34:57 -0000      1.3
  +++ box_newslast5.inc 13 Jun 2005 09:12:43 -0000      1.4
  @@ -179,14 +179,14 @@
                  <%@ include file="box_newslast5_cached.inc"%>
                  <%
                    Date now = new Date();
  -                 logger.debug("box_newslast5_cached.inc generated at : "+ 
DateFormat.getTimeInstance().format(now));
  +                 logger.debug("CACHE-ON: box_newslast5_cached.inc generated 
at : "+ DateFormat.getTimeInstance().format(now));
                  %>
               </cache:cache>
       <% } else { %>
               <%@ include file="box_newslast5_cached.inc"%>
               <%
                    Date now = new Date();
  -                 logger.debug("box_newslast5_cached.inc generated at : "+ 
DateFormat.getTimeInstance().format(now));
  +                 logger.debug("CACHE-OFF: box_newslast5_cached.inc generated 
at : "+ DateFormat.getTimeInstance().format(now));
               %>
       <% } %>
   <%
  

Reply via email to