Changeset 8627 for trunk/psLib/src/sys/psConfigure.c
- Timestamp:
- Aug 25, 2006, 6:34:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psConfigure.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.c
r8232 r8627 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $16 * @date $Date: 2006-08- 08 23:32:23$15 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-08-26 04:34:28 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 80 80 nCorrupted = psMemCheckCorruption(false); 81 81 if (nCorrupted > 0) { 82 psError(PS_ERR_UNKNOWN, true, "%d memory blocks corrupted; list written to %s.\n", nCorrupted );82 psError(PS_ERR_UNKNOWN, true, "%d memory blocks corrupted; list written to %s.\n", nCorrupted, memCheckName); 83 83 } else { 84 84 psLogMsg(__func__, PS_LOG_INFO, "No memory corruption found.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
