2003/12/29 03:25:45
[org.ibex.core.git] / src / org / xwt / util / CachedInputStream.java
index 2056a73..4e38954 100644 (file)
@@ -55,8 +55,8 @@ public class CachedInputStream {
                     cacheFileStream.close();
                     cacheFile.renameTo(diskCache);
                 } catch (IOException e) {
-                    Log.log(this, "exception thrown while writing disk cache");
-                    Log.log(this, e);
+                    Log.info(this, "exception thrown while writing disk cache");
+                    Log.info(this, e);
                 }
         }
         else size += ret;