Index: /branches/eam_branches/20091201/ppStack/src/ppStackMatch.c
===================================================================
--- /branches/eam_branches/20091201/ppStack/src/ppStackMatch.c	(revision 26683)
+++ /branches/eam_branches/20091201/ppStack/src/ppStackMatch.c	(revision 26684)
@@ -563,6 +563,6 @@
                                            PM_SUBTRACTION_ANALYSIS_DECONV_MAX); // Max deconvolution fraction
         if (deconv > deconvLimit) {
-            psWarning("Maximum deconvolution fraction (%f) exceeds limit (%f) --- rejecting\n",
-                      deconv, deconvLimit);
+            psWarning("Maximum deconvolution fraction (%f) exceeds limit (%f) --- rejecting image %d\n",
+                      deconv, deconvLimit, index);
             psFree(conv);
             return NULL;
