Index: /branches/eam_branch_20081230/ppImage/src/ppImageCleanup.c
===================================================================
--- /branches/eam_branch_20081230/ppImage/src/ppImageCleanup.c	(revision 21139)
+++ /branches/eam_branch_20081230/ppImage/src/ppImageCleanup.c	(revision 21140)
@@ -23,5 +23,6 @@
     // fprintf (stderr, "Found %d leaks at %s\n", Nleaks, "ppImage");
 
-    fprintf(stderr, "Found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "ppImage");
+    // fprintf(stderr, "Found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "ppImage");
+    fprintf(stderr, "Found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "ppImage");
 
     return;
