Index: branches/pap/ppStack/src/ppStackSources.c
===================================================================
--- branches/pap/ppStack/src/ppStackSources.c	(revision 26300)
+++ branches/pap/ppStack/src/ppStackSources.c	(revision 26302)
@@ -256,5 +256,6 @@
         float magCorr = airmassTerm - 2.5*log10(sumExpTime) - zp->data.F32[i] - trans->data.F32[i];
         options->norm->data.F32[i] = magCorr;
-        psLogMsg("ppStack", PS_LOG_INFO, "Applying magnitude correction to image %d: %f\n", i, magCorr);
+        psLogMsg("ppStack", PS_LOG_INFO, "Applying magnitude correction to image %d: %f (%f,%f)\n",
+                 i, magCorr, zp->data.F32[i], trans->data.F32[i]);
 
         for (int j = 0; j < sources->n; j++) {
