Changeset 1716 for trunk/psLib/src/sysUtils/psSysUtilsErrors.dat
- Timestamp:
- Sep 7, 2004, 2:19:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psSysUtilsErrors.dat (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psSysUtilsErrors.dat
r1715 r1716 9 9 # Error Messages from psLogMsg.c: 10 10 # 11 psLog SetDestination_DESTINATION_MALFORMEDThe specified destination, %s, is malformed.12 psLog SetDestination_DEST_LOCATION_INVALIDThe location, %s, for protocol 'dest' is invalid.13 psLog SetDestination_OPEN_FILE_FAILEDCould not open file '%s' for output.14 psLog SetDestination_UNSUPPORTED_PROTOCOLDo not know how to handle the protocol '%s'.15 psLog SetFormat_UNKNOWN_KEYUnknown logging keyword %c.11 psLogMsg_DESTINATION_MALFORMED The specified destination, %s, is malformed. 12 psLogMsg_DEST_LOCATION_INVALID The location, %s, for protocol 'dest' is invalid. 13 psLogMsg_OPEN_FILE_FAILED Could not open file '%s' for output. 14 psLogMsg_UNSUPPORTED_PROTOCOL Do not know how to handle the protocol '%s'. 15 psLogMsg_UNKNOWN_KEY Unknown logging keyword %c. 16 16 # 17 17 # Error Messages from psMemory.c: 18 18 # 19 psMemory_NULL_BLOCK NULL memory block found.20 psMemory_DEREF_BLOCK_USE Memory block %ld was freed but still used.21 psMemory_UNDERFLOW Memory block %ld is corrupted; buffer underflow detected.22 psMemory_OVERFLOW Memory block %ld is corrupted; buffer overflow detected.23 psMemory_MULTIPLE_FREE Block %ld allocated at %s:%d freed more than once at %s:%d.19 psMemory_NULL_BLOCK NULL memory block found. 20 psMemory_DEREF_BLOCK_USE Memory block %ld was freed but still used. 21 psMemory_UNDERFLOW Memory block %ld is corrupted; buffer underflow detected. 22 psMemory_OVERFLOW Memory block %ld is corrupted; buffer overflow detected. 23 psMemory_MULTIPLE_FREE Block %ld allocated at %s:%d freed more than once at %s:%d. 24 24 # 25 25 # Error Messages from psString.c: … … 29 29 # Error Messages from psTrace.c: 30 30 # 31 psTrace_NULL_SUBCOMPONENT Sub-component %d of node %s in trace tree is NULL.32 psTrace_NULL_TRACETREE Function %s called on a NULL trace level tree.33 psTrace_ADD_NULL_COMPONENT Failed to add null component to trace tree.34 psTrace_MALFORMED_COMPONENT_NAME Failed to add '%s' to the root component tree; component must start with '.'.35 psTrace_FAILED_TO_ADD_COMPONENT Failed to set trace level (%d) to '%s'.31 psTrace_NULL_SUBCOMPONENT Sub-component %d of node %s in trace tree is NULL. 32 psTrace_NULL_TRACETREE Function %s called on a NULL trace level tree. 33 psTrace_ADD_NULL_COMPONENT Failed to add null component to trace tree. 34 psTrace_MALFORMED_COMPONENT_NAME Failed to add '%s' to the root component tree; component must start with '.'. 35 psTrace_FAILED_TO_ADD_COMPONENT Failed to set trace level (%d) to '%s'.
Note:
See TracChangeset
for help on using the changeset viewer.
