From dims@locus.apache.org Fri Dec 15 01:02:43 2000 Return-Path: Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 86224 invoked by uid 1203); 15 Dec 2000 01:02:43 -0000 Date: 15 Dec 2000 01:02:43 -0000 Message-ID: <20001215010243.86222.qmail@locus.apache.org> From: dims@locus.apache.org To: xml-cocoon-cvs@apache.org Subject: cvs commit: xml-cocoon/src/org/apache/cocoon/components/language/markup/sitemap/java sitemap.xsl dims 00/12/14 17:02:42 Modified: src/org/apache/cocoon/components/language/markup/sitemap/java Tag: xml-cocoon2 sitemap.xsl Log: patch for "bug when log.debug is printing out Actions" from Lassi Immonen Revision Changes Path No revision No revision 1.1.2.71 +2 -2 xml-cocoon/src/org/apache/cocoon/components/language/markup/sitemap/java/Attic/sitemap.xsl Index: sitemap.xsl =================================================================== RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/language/markup/sitemap/java/Attic/sitemap.xsl,v retrieving revision 1.1.2.70 retrieving revision 1.1.2.71 diff -u -r1.1.2.70 -r1.1.2.71 --- sitemap.xsl 2000/12/11 06:17:25 1.1.2.70 +++ sitemap.xsl 2000/12/15 01:02:41 1.1.2.71 @@ -77,7 +77,7 @@ * * @author <a href="mailto:Giacomo.Pati@pwr.ch">Giacomo Pati</a> * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a> - * @version CVS $Revision: 1.1.2.70 $ $Date: 2000/12/11 06:17:25 $ + * @version CVS $Revision: 1.1.2.71 $ $Date: 2000/12/15 01:02:41 $ */ public class extends AbstractSitemap { static final String LOCATION = "."; @@ -531,7 +531,7 @@ if ((list = (environment, objectModel, substitute(listOfLists,), )) != null) { - log.debug("Action "); + log.debug("Action "); listOfLists.add (list); listOfLists.remove(list);