Index: trunk/psLib/src/sys/psConfigure.c
===================================================================
--- trunk/psLib/src/sys/psConfigure.c	(revision 13950)
+++ trunk/psLib/src/sys/psConfigure.c	(revision 15607)
@@ -13,6 +13,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-06-22 02:28:48 $
+ *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-11-13 21:50:13 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -77,5 +77,5 @@
     int nLeaks = psMemCheckLeaks(0, NULL, memCheckFile, false); // Number of leaks
     if (nLeaks > 0) {
-        psLogMsg(__func__, PS_LOG_WARN, "%d memory leaks found; list written to %s.\n", nLeaks, memCheckName);
+        psWarning("%d memory leaks found; list written to %s.\n", nLeaks, memCheckName);
     } else {
         psLogMsg(__func__, PS_LOG_INFO, "No memory leaks found.\n");
@@ -85,5 +85,5 @@
     nCorrupted = psMemCheckCorruption(memCheckFile, false);
     if (nCorrupted > 0) {
-        psError(PS_ERR_UNKNOWN, true, "%d memory blocks corrupted; list written to %s.\n", nCorrupted, memCheckName);
+        psWarning("%d memory blocks corrupted; list written to %s.\n", nCorrupted, memCheckName);
     } else {
         psLogMsg(__func__, PS_LOG_INFO, "No memory corruption found.\n");
