? imagecache_watchdog_error.patch Index: imagecache.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imagecache/imagecache.module,v retrieving revision 1.89 diff -u -p -r1.89 imagecache.module --- imagecache.module 8 Oct 2008 01:38:11 -0000 1.89 +++ imagecache.module 29 Oct 2008 21:02:58 -0000 @@ -510,7 +510,7 @@ function imagecache_build_derivative($ac if (!imageapi_image_close($image, $dst)) { if (file_exists($dst)) { - watchdog('imagecache', 'Cached image file already exists. There is an issue with your Rewrite configuration.', WATCHDOG_ERROR); + watchdog('imagecache', 'Cached image file %dst already exists. There may be an issue with your rewrite configuration.', array('%dst' => $dst), WATCHDOG_ERROR); } return false; }