Index: FileGenerator.java
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/src/org/apache/cocoon/generation/FileGenerator.java,v
retrieving revision 1.9.2.1
diff -u -r1.9.2.1 FileGenerator.java
--- FileGenerator.java	2001/06/07 21:31:23	1.9.2.1
+++ FileGenerator.java	2001/06/07 21:51:17
@@ -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) {

