IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

converted files to new psError style (psErrorMsg). Removed any psAborts
from non-memory allocation code.

File:
1 edited

Legend:

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

    r1696 r1713  
    1212 *  @author George Gusciora, MHPCC
    1313 *
    14  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-09-07 19:05:07 $
     14 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-09-08 00:09:06 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    218218            break;
    219219        default:
    220             psErrorMsg(ERRORNAME_PREFIX "psLogSetFormat", true, PS_ERR_BAD_VALUE,
     220            psErrorMsg(ERRORNAME_PREFIX "psLogSetFormat", true, PS_ERR_BAD_PARAMETER_VALUE,
    221221                       PS_ERRORTEXT_psLogSetFormat_UNKNOWN_KEY, *ptr);
    222222            break;
Note: See TracChangeset for help on using the changeset viewer.