Changeset 1716 for trunk/psLib/src/sysUtils/psSysUtilsErrors.h
- Timestamp:
- Sep 7, 2004, 2:19:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psSysUtilsErrors.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psSysUtilsErrors.h
r1715 r1716 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-09-08 00:1 5:16$9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-09-08 00:19:21 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 30 30 31 31 //~Start #define PS_ERRORTEXT_$1 "$2" 32 #define PS_ERRORTEXT_psLog SetDestination_DESTINATION_MALFORMED "The specified destination, %s, is malformed."33 #define PS_ERRORTEXT_psLog SetDestination_DEST_LOCATION_INVALID "The location, %s, for protocol 'dest' is invalid."34 #define PS_ERRORTEXT_psLog SetDestination_OPEN_FILE_FAILED "Could not open file '%s' for output."35 #define PS_ERRORTEXT_psLog SetDestination_UNSUPPORTED_PROTOCOL "Do not know how to handle the protocol '%s'."36 #define PS_ERRORTEXT_psLog SetFormat_UNKNOWN_KEY "Unknown logging keyword %c."32 #define PS_ERRORTEXT_psLogMsg_DESTINATION_MALFORMED "The specified destination, %s, is malformed." 33 #define PS_ERRORTEXT_psLogMsg_DEST_LOCATION_INVALID "The location, %s, for protocol 'dest' is invalid." 34 #define PS_ERRORTEXT_psLogMsg_OPEN_FILE_FAILED "Could not open file '%s' for output." 35 #define PS_ERRORTEXT_psLogMsg_UNSUPPORTED_PROTOCOL "Do not know how to handle the protocol '%s'." 36 #define PS_ERRORTEXT_psLogMsg_UNKNOWN_KEY "Unknown logging keyword %c." 37 37 #define PS_ERRORTEXT_psMemory_NULL_BLOCK "NULL memory block found." 38 38 #define PS_ERRORTEXT_psMemory_DEREF_BLOCK_USE "Memory block %ld was freed but still used."
Note:
See TracChangeset
for help on using the changeset viewer.
