Author: jeremias
Date: Mon Jan  7 00:16:09 2008
New Revision: 609530

URL: http://svn.apache.org/viewvc?rev=609530&view=rev
Log:
Fixed copy/paste mistake. Thanks for spotting it, Vincent.

Modified:
    
xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/cli/CommandLineOptions.java

Modified: 
xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/cli/CommandLineOptions.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/cli/CommandLineOptions.java?rev=609530&r1=609529&r2=609530&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/cli/CommandLineOptions.java
 (original)
+++ 
xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/cli/CommandLineOptions.java
 Mon Jan  7 00:16:09 2008
@@ -789,12 +789,12 @@
                         "FO output mode is only available if you use -xml and 
-xsl");
             }
             if (xmlfile != null) {
-                log.warn("area tree input mode, but XML file is set:");
+                log.warn("image input mode, but XML file is set:");
                 log.error("XML file: " + xmlfile.toString());
             }
             if (!imagefile.exists()) {
                 throw new FileNotFoundException("Error: image file "
-                                              + areatreefile.getAbsolutePath()
+                                              + imagefile.getAbsolutePath()
                                               + " not found ");
             }
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to