Index: trunk/ppStack/src/ppStackTarget.c
===================================================================
--- trunk/ppStack/src/ppStackTarget.c	(revision 28254)
+++ trunk/ppStack/src/ppStackTarget.c	(revision 28256)
@@ -70,5 +70,5 @@
         psVector *indices = psTreeAllWithin(tree, coords, exclusion); // Number within exclusion zone
         psTrace("ppStack", 9, "Source at %.0lf,%.0lf has %ld sources in exclusion zone",
-                coords->data.F64[0], coords->data.F64[1], numWithin);
+                coords->data.F64[0], coords->data.F64[1], indices->n);
         if (indices->n == 1) {
             // Only itself inside the exclusion zone
