Changeset 3115 for trunk/psLib/src/sys/psTrace.c
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.c
r2600 r3115 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $12 * @date $Date: 200 4-12-02 21:12:52$11 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-03 00:54:11 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 125 125 for (i = 0; i < currentNode->n; i++) { 126 126 if (NULL == currentNode->subcomp[i]) { 127 psLogMsg( PS_ERRORNAME_DOMAIN"p_psTraceReset", PS_LOG_WARN,127 psLogMsg("p_psTraceReset", PS_LOG_WARN, 128 128 PS_ERRORTEXT_psTrace_NULL_SUBCOMPONENT, 129 129 i, currentNode->name); … … 327 327 for (i = 0; i < currentNode->n; i++) { 328 328 if (NULL == currentNode->subcomp[i]) { 329 psLogMsg( PS_ERRORNAME_DOMAIN"p_psTraceReset", PS_LOG_WARN,329 psLogMsg("p_psTraceReset", PS_LOG_WARN, 330 330 PS_ERRORTEXT_psTrace_NULL_SUBCOMPONENT, 331 331 i, currentNode->name);
Note:
See TracChangeset
for help on using the changeset viewer.
