Index: /branches/eam_branches/ipp-20101205/psphot/src/psphotCleanup.c
===================================================================
--- /branches/eam_branches/ipp-20101205/psphot/src/psphotCleanup.c	(revision 30160)
+++ /branches/eam_branches/ipp-20101205/psphot/src/psphotCleanup.c	(revision 30161)
@@ -22,6 +22,6 @@
     pmVisualCleanup ();
     psLibFinalize();
-    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psphot");
-    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psphot");
+    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psphot");
+    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psphot");
     return;
 }
