IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Changed p_psVLogMsg() to psVLogMsg().

File:
1 edited

Legend:

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

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