IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2007, 11:50:13 AM (18 years ago)
Author:
Paul Price
Message:

Tidying up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psConfigure.c

    r13950 r15607  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2007-06-22 02:28:48 $
     15 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2007-11-13 21:50:13 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7777    int nLeaks = psMemCheckLeaks(0, NULL, memCheckFile, false); // Number of leaks
    7878    if (nLeaks > 0) {
    79         psLogMsg(__func__, PS_LOG_WARN, "%d memory leaks found; list written to %s.\n", nLeaks, memCheckName);
     79        psWarning("%d memory leaks found; list written to %s.\n", nLeaks, memCheckName);
    8080    } else {
    8181        psLogMsg(__func__, PS_LOG_INFO, "No memory leaks found.\n");
     
    8585    nCorrupted = psMemCheckCorruption(memCheckFile, false);
    8686    if (nCorrupted > 0) {
    87         psError(PS_ERR_UNKNOWN, true, "%d memory blocks corrupted; list written to %s.\n", nCorrupted, memCheckName);
     87        psWarning("%d memory blocks corrupted; list written to %s.\n", nCorrupted, memCheckName);
    8888    } else {
    8989        psLogMsg(__func__, PS_LOG_INFO, "No memory corruption found.\n");
Note: See TracChangeset for help on using the changeset viewer.