Index: trunk/psastro/src/psastroCleanup.c
===================================================================
--- trunk/psastro/src/psastroCleanup.c	(revision 11273)
+++ trunk/psastro/src/psastroCleanup.c	(revision 12492)
@@ -12,6 +12,6 @@
     pmConceptsDone ();
     pmConfigDone ();
-    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psastro");
-    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psastro");
+    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psastro");
+    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psastro");
 
     return;
