Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 60391 invoked by uid 500); 7 Jun 2001 22:07:29 -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 60278 invoked by uid 500); 7 Jun 2001 22:07:25 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 7 Jun 2001 22:07:23 -0000 Message-ID: <20010607220723.60246.qmail@apache.org> From: giacomo@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/org/apache/cocoon/generation FileGenerator.java giacomo 01/06/07 15:07:23 Modified: src/org/apache/cocoon/generation Tag: cocoon_20_branch FileGenerator.java Log: Cosmetics Revision Changes Path No revision No revision 1.9.2.2 +2 -2 xml-cocoon2/src/org/apache/cocoon/generation/FileGenerator.java Index: FileGenerator.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/generation/FileGenerator.java,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -u -r1.9.2.1 -r1.9.2.2 --- FileGenerator.java 2001/06/07 21:31:23 1.9.2.1 +++ FileGenerator.java 2001/06/07 22:07:21 1.9.2.2 @@ -39,7 +39,7 @@ * @author Pierpaolo Fumagalli * (Apache Software Foundation, Exoffice Technologies) * @author Carsten Ziegeler - * @version CVS $Revision: 1.9.2.1 $ $Date: 2001/06/07 21:31:23 $ + * @version CVS $Revision: 1.9.2.2 $ $Date: 2001/06/07 22:07:21 $ */ public class FileGenerator extends ComposerGenerator implements Cacheable, Recyclable { @@ -115,7 +115,7 @@ parser.setConsumer(super.xmlConsumer); parser.parse(this.inputSource.getInputSource()); } catch (FileNotFoundException e) { - getLogger().warn("FileGenerator could not find resource" + this.inputSource.getSystemId(), e); + getLogger().warn("FileGenerator could not find resource " + this.inputSource.getSystemId(), e); throw new ResourceNotFoundException("FileGenerator could not find resource " + this.inputSource.getSystemId()); } catch (IOException e) { ---------------------------------------------------------------------- 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