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: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]