diff --git a/MagickCore/effect.c b/MagickCore/effect.c
index e357a29..e2366b0 100644
--- a/MagickCore/effect.c
+++ b/MagickCore/effect.c
@@ -158,7 +158,7 @@
   if ((flags & SigmaValue) == 0)
     white_point=(double) QuantumRange-black_point;
   if ((flags & AspectValue ) == 0)
-    status=LevelImage(image,black_point,white_point,gamma);
+    status=LevelImage(image,black_point,white_point,gamma,&image->exception);
   else
     status=LevelizeImage(image,black_point,white_point,gamma);
   return(status);