Changeset 1807 for trunk/psLib/src/sysUtils/psLogMsg.c
- Timestamp:
- Sep 14, 2004, 10:01:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psLogMsg.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psLogMsg.c
r1798 r1807 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-09-1 1 03:03:36$13 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-09-14 20:01:52 $ 15 15 * 16 16 * Copyright 2004 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.
