]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Provide exception message if problems occurred closing/deleting temporary cache file.
authorAdrian Cumiskey <acumiskey@apache.org>
Mon, 21 Jul 2008 13:03:34 +0000 (13:03 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Mon, 21 Jul 2008 13:03:34 +0000 (13:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@678407 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/afp/DataObjectCache.java

index 891e85fa7af359c7059128cda6ce95ebc1fe17ad..a3314a4a2bd373517e022ff9163cb80bcf21b8ba 100644 (file)
@@ -113,7 +113,7 @@ public final class DataObjectCache {
             raFile.close();
             tempFile.delete();
         } catch (IOException e) {
-            log.error("Failed to close temporary file");
+            log.error("Failed to close temporary file: " + e.getMessage());
         } finally {
             synchronized (cacheMap) {
                 cacheMap.remove(id); // remove ourselves from the cache map