Index: /trunk/psphot/src/psphotCullPeaks.c
===================================================================
--- /trunk/psphot/src/psphotCullPeaks.c	(revision 34199)
+++ /trunk/psphot/src/psphotCullPeaks.c	(revision 34200)
@@ -73,5 +73,5 @@
 
 	if (fp->npix > 30000) {
-	    fprintf (stderr, "big footprint: %f %f to %f %f (%d pix)\n", fp->bbox.x0, fp->bbox.y0, fp->bbox.x1, fp->bbox.y1, fp->npix);
+	    psLogMsg("psphot.cull.footprints", PS_LOG_WARN, "big footprint: %f %f to %f %f (%d pix)\n", fp->bbox.x0, fp->bbox.y0, fp->bbox.x1, fp->bbox.y1, fp->npix);
 	}
 	psTimerStart ("psphot.cull.footprints");
@@ -97,7 +97,8 @@
 # endif
 
+
 	float dtime = psTimerMark ("psphot.cull.footprints");
 	if (dtime > 1.0) {
-	    fprintf (stderr, "slow cull for %d (%f sec)\n", i, dtime);
+	    psLogMsg("psphot.cull.footprints", PS_LOG_WARN, "slow cull for %d (%f sec)\n", i, dtime);
 	}
     }
