Changeset 1138 for trunk/psLib/src/sysUtils/psLogMsg.c
- Timestamp:
- Jun 29, 2004, 3:17:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psLogMsg.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psLogMsg.c
r1022 r1138 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1.1 6$ $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 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 191 191 NULL. 192 192 *****************************************************************************/ 193 void ps VLogMsg(const char *name,193 void psLogMsgV(const char *name, 194 194 int level, 195 195 const char *fmt, … … 341 341 342 342 va_start(ap, fmt); 343 ps VLogMsg(name, level, fmt, ap);343 psLogMsgV(name, level, fmt, ap); 344 344 va_end(ap); 345 345 }
Note:
See TracChangeset
for help on using the changeset viewer.
