Changeset 3476 for trunk/psLib/src/sys/psLogMsg.c
- Timestamp:
- Mar 22, 2005, 11:52:49 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.c
r3264 r3476 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1.3 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 2-17 19:26:24$13 * @version $Revision: 1.39 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-03-22 21:52:49 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 383 383 va_end(ap); 384 384 } 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.
