IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2004, 3:17:21 PM (22 years ago)
Author:
desonia
Message:

Renamed psVLogMsg to psLobMsgV

File:
1 edited

Legend:

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

    r1022 r1138  
    1111 *  @author George Gusciora, MHPCC
    1212 *
    13  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-06-14 19:40:15 $
     13 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-06-30 01:17:20 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    191191 NULL.
    192192 *****************************************************************************/
    193 void psVLogMsg(const char *name,
     193void psLogMsgV(const char *name,
    194194               int level,
    195195               const char *fmt,
     
    341341
    342342    va_start(ap, fmt);
    343     psVLogMsg(name, level, fmt, ap);
     343    psLogMsgV(name, level, fmt, ap);
    344344    va_end(ap);
    345345}
Note: See TracChangeset for help on using the changeset viewer.