IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2005, 11:52:49 AM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3264 r3476  
    1111 *  @author George Gusciora, MHPCC
    1212 *
    13  *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-02-17 19:26:24 $
     13 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-03-22 21:52:49 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    383383    va_end(ap);
    384384}
    385 void psWarning(const char* name, const char* fmt, ...)
    386 {
    387     va_list ap;
    388 
    389     va_start(ap, fmt);
    390     psLogMsgV(name, PS_LOG_WARN, fmt, ap);
    391     va_end(ap);
    392 }
Note: See TracChangeset for help on using the changeset viewer.