IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 496


Ignore:
Timestamp:
Apr 21, 2004, 11:07:30 AM (22 years ago)
Author:
gusciora
Message:

CHange the psLogMsg call to p_psVLogMsg in psError.c.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r484 r496  
    1010 *  @author Eric Van Alst, MHPCC
    1111 *   
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-04-21 00:15:17 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-04-21 21:07:30 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6565
    6666    // Call logging function with PS_LOG_ERROR level
    67     psLogMsg(name, PS_LOG_ERROR, fmt, argPtr);
     67    p_psVLogMsg(name, PS_LOG_ERROR, fmt, argPtr);
    6868
    69     // Clean up stack after variable arguement has been used
     69    // Clean up stack after variable argument has been used
    7070    va_end(argPtr);
    7171}
  • trunk/psLib/src/sysUtils/psError.c

    r484 r496  
    1010 *  @author Eric Van Alst, MHPCC
    1111 *   
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-04-21 00:15:17 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-04-21 21:07:30 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6565
    6666    // Call logging function with PS_LOG_ERROR level
    67     psLogMsg(name, PS_LOG_ERROR, fmt, argPtr);
     67    p_psVLogMsg(name, PS_LOG_ERROR, fmt, argPtr);
    6868
    69     // Clean up stack after variable arguement has been used
     69    // Clean up stack after variable argument has been used
    7070    va_end(argPtr);
    7171}
Note: See TracChangeset for help on using the changeset viewer.