IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.c

    r2600 r3115  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-12-02 21:12:52 $
     11 *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-02-03 00:54:11 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    125125    for (i = 0; i < currentNode->n; i++) {
    126126        if (NULL == currentNode->subcomp[i]) {
    127             psLogMsg(PS_ERRORNAME_DOMAIN "p_psTraceReset", PS_LOG_WARN,
     127            psLogMsg("p_psTraceReset", PS_LOG_WARN,
    128128                     PS_ERRORTEXT_psTrace_NULL_SUBCOMPONENT,
    129129                     i, currentNode->name);
     
    327327        for (i = 0; i < currentNode->n; i++) {
    328328            if (NULL == currentNode->subcomp[i]) {
    329                 psLogMsg(PS_ERRORNAME_DOMAIN "p_psTraceReset", PS_LOG_WARN,
     329                psLogMsg("p_psTraceReset", PS_LOG_WARN,
    330330                         PS_ERRORTEXT_psTrace_NULL_SUBCOMPONENT,
    331331                         i, currentNode->name);
Note: See TracChangeset for help on using the changeset viewer.