From c30cb555045836f03759f665f81cb6caf5b88836 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 26 Jan 2012 16:03:10 +0000 Subject: [PATCH] log to 'resize' rather than 'core-image' --- contrib/resize/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/resize/main.php b/contrib/resize/main.php index cefb966e..2b75661f 100644 --- a/contrib/resize/main.php +++ b/contrib/resize/main.php @@ -84,7 +84,7 @@ class ResizeImage extends SimpleExtension { $image_obj = Image::by_id($event->image_id); //Must be a better way to grab the new hash than setting this again.. send_event(new ThumbnailGenerationEvent($image_obj->hash, $image_obj->ext, true)); - log_info("core-image", "Image #{$event->image_id} has been resized to: ".$width."x".$height); + log_info("resize", "Image #{$event->image_id} has been resized to: ".$width."x".$height); //TODO: Notify user that image has been resized. } }