Index: imagecache.module
===================================================================
--- imagecache.module	(revision 1516)
+++ imagecache.module	(working copy)
@@ -563,6 +563,7 @@
   }
 
   if (!$image = imageapi_image_open($src)) {
+    watchdog('imagecache', 'Unable to open image %src', array('%src' => $src), WATCHDOG_ERROR);
     return FALSE;
   }
 
