Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 11641 invoked by uid 500); 22 Aug 2002 13:43:49 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 11632 invoked by uid 500); 22 Aug 2002 13:43:49 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 22 Aug 2002 13:43:48 -0000 Message-ID: <20020822134348.85840.qmail@icarus.apache.org> From: stephan@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl SlideSource.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stephan 2002/08/22 06:43:48 Modified: src/scratchpad/src/org/apache/cocoon/components/source/impl SlideSource.java Log: Corrected log level. Revision Changes Path 1.20 +3 -5 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/SlideSource.java Index: SlideSource.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/SlideSource.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- SlideSource.java 19 Aug 2002 14:06:50 -0000 1.19 +++ SlideSource.java 22 Aug 2002 13:43:47 -0000 1.20 @@ -279,15 +279,13 @@ } catch (RevisionDescriptorNotFoundException rdnfe) { - getLogger().warn("Could not retrieve revision descriptor", rdnfe); // FIXME SourceResolver doesn't handle + getLogger().warn("Could not retrieve revision descriptor", rdnfe); this.revisionDescriptor = null; this.sourcerevision = null; this.sourcerevisionbranch = null; } catch (ObjectNotFoundException onfe) { - getLogger().warn("Source doesn't exist", onfe); - } catch (SlideException se) { - throw new SourceException("Could not retrieve revision descriptor", se); + getLogger().debug("Source doesn't exist", onfe); } } ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org