IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 525


Ignore:
Timestamp:
Apr 26, 2004, 4:17:53 PM (22 years ago)
Author:
evanalst
Message:

Modify psAbort to use psVLogMsg instead of psLogMsg.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r484 r525  
    99 *  @author Eric Van Alst, MHPCC
    1010 *   
    11  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-04-21 00:15:17 $
     11 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-04-27 02:17:53 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6565
    6666    // Call logging function with PS_LOG_ABORT level
    67     psLogMsg(name, PS_LOG_ABORT, fmt, argPtr);
     67    psVLogMsg(name, PS_LOG_ABORT, fmt, argPtr);
    6868
    6969    // Clean up stack after variable arguement has been used
  • trunk/psLib/src/sysUtils/psAbort.c

    r484 r525  
    99 *  @author Eric Van Alst, MHPCC
    1010 *   
    11  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-04-21 00:15:17 $
     11 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-04-27 02:17:53 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6565
    6666    // Call logging function with PS_LOG_ABORT level
    67     psLogMsg(name, PS_LOG_ABORT, fmt, argPtr);
     67    psVLogMsg(name, PS_LOG_ABORT, fmt, argPtr);
    6868
    6969    // Clean up stack after variable arguement has been used
Note: See TracChangeset for help on using the changeset viewer.