You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2002/06/12 17:18:56 UTC

cvs commit: xml-fop/src/org/apache/fop/image ImageFactory.java

keiron      2002/06/12 08:18:56

  Modified:    src/org/apache/fop/image ImageFactory.java
  Log:
  added exception to log err message
  
  Revision  Changes    Path
  1.6       +2 -2      xml-fop/src/org/apache/fop/image/ImageFactory.java
  
  Index: ImageFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/image/ImageFactory.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ImageFactory.java	11 Apr 2002 09:33:31 -0000	1.5
  +++ ImageFactory.java	12 Jun 2002 15:18:56 -0000	1.6
  @@ -127,7 +127,7 @@
               // maybe relative
               URL context_url = null;
               if (baseURL == null) {
  -                log.error("Error with image URL: " + e.getMessage() + " and no base directory is specified");
  +                log.error("Error with image URL: " + e.getMessage() + " and no base directory is specified", e);
                   return null;
               }
               try {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org