IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 20, 2004, 12:03:35 PM (22 years ago)
Author:
gusciora
Message:

Fixed a bug with dynamic inheritance, set DEFAULT_TRACE_LEVEL.

File:
1 edited

Legend:

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

    r1810 r1834  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-14 23:48:25 $
     11 *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-20 22:03:35 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    339339                    defaultLevel = currentNode->level;
    340340                }
    341                 // Determine if thisis the last component:
     341                // Determine if this is the last component:
    342342                if (pname == NULL) {
    343343                    if (currentNode->level != PS_DEFAULT_TRACE_LEVEL) {
    344344                        return (currentNode->level);
    345345                    } else {
    346                         return(PS_DEFAULT_TRACE_LEVEL);
     346                        return(defaultLevel);
    347347                    }
    348348                }
Note: See TracChangeset for help on using the changeset viewer.