IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2004, 2:19:21 PM (22 years ago)
Author:
desonia
Message:

changed more PS_ERRORTEXT macros to use the filename of the placed used instead of function name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psSysUtilsErrors.dat

    r1715 r1716  
    99# Error Messages from psLogMsg.c:
    1010#
    11 psLogSetDestination_DESTINATION_MALFORMED      The specified destination, %s, is malformed.
    12 psLogSetDestination_DEST_LOCATION_INVALID      The location, %s, for protocol 'dest' is invalid.
    13 psLogSetDestination_OPEN_FILE_FAILED           Could not open file '%s' for output.
    14 psLogSetDestination_UNSUPPORTED_PROTOCOL       Do not know how to handle the protocol '%s'.
    15 psLogSetFormat_UNKNOWN_KEY                     Unknown logging keyword %c.
     11psLogMsg_DESTINATION_MALFORMED         The specified destination, %s, is malformed.
     12psLogMsg_DEST_LOCATION_INVALID         The location, %s, for protocol 'dest' is invalid.
     13psLogMsg_OPEN_FILE_FAILED              Could not open file '%s' for output.
     14psLogMsg_UNSUPPORTED_PROTOCOL          Do not know how to handle the protocol '%s'.
     15psLogMsg_UNKNOWN_KEY                   Unknown logging keyword %c.
    1616#
    1717# Error Messages from psMemory.c:
    1818#
    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.
     19psMemory_NULL_BLOCK                    NULL memory block found.
     20psMemory_DEREF_BLOCK_USE               Memory block %ld was freed but still used.
     21psMemory_UNDERFLOW                     Memory block %ld is corrupted; buffer underflow detected.
     22psMemory_OVERFLOW                      Memory block %ld is corrupted; buffer overflow detected.
     23psMemory_MULTIPLE_FREE                 Block %ld allocated at %s:%d freed more than once at %s:%d.
    2424#
    2525# Error Messages from psString.c:
     
    2929# Error Messages from psTrace.c:
    3030#
    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'.
     31psTrace_NULL_SUBCOMPONENT              Sub-component %d of node %s in trace tree is NULL.
     32psTrace_NULL_TRACETREE                 Function %s called on a NULL trace level tree.
     33psTrace_ADD_NULL_COMPONENT             Failed to add null component to trace tree.
     34psTrace_MALFORMED_COMPONENT_NAME       Failed to add '%s' to the root component tree; component must start with '.'.
     35psTrace_FAILED_TO_ADD_COMPONENT        Failed to set trace level (%d) to '%s'.
Note: See TracChangeset for help on using the changeset viewer.