Changeset 1138 for trunk/psLib/src/sysUtils/psError.c
- Timestamp:
- Jun 29, 2004, 3:17:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.c
r497 r1138 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-0 4-21 21:14:41$12 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-06-30 01:17:20 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 65 65 66 66 // Call logging function with PS_LOG_ERROR level 67 ps VLogMsg(name, PS_LOG_ERROR, fmt, argPtr);67 psLogMsgV(name, PS_LOG_ERROR, fmt, argPtr); 68 68 69 69 // Clean up stack after variable argument has been used
Note:
See TracChangeset
for help on using the changeset viewer.
