Changeset 8247 for trunk/psLib/src/sys/psError.c
- Timestamp:
- Aug 8, 2006, 5:20:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.c
r8226 r8247 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-08-0 8 01:53:31$12 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-08-09 03:20:08 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 105 105 #ifndef PS_NO_TRACE 106 106 // Call tracing function with PS_LOG_ERROR level 107 psString facil = NULL; 108 psStringAppend(&facil, "err.%s", func); 109 psTrace(facil, PS_LOG_ERROR, "%s : %s", err->name, err->msg); 110 psFree(facil); 107 // p_psTrace() automatically appends the the function name to the facility 108 // for us 109 p_psTrace(__FILE__, __LINE__, func, "err", PS_LOG_ERROR, "%s : %s", err->name, err->msg); 111 110 #endif 112 111
Note:
See TracChangeset
for help on using the changeset viewer.
