Index: trunk/psLib/src/sysUtils/psTrace.c
===================================================================
--- trunk/psLib/src/sysUtils/psTrace.c	(revision 2210)
+++ trunk/psLib/src/sysUtils/psTrace.c	(revision 2221)
@@ -9,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-27 00:57:31 $
+ *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-27 23:31:44 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -71,4 +71,5 @@
     comp->level = level;
     comp->n = 0;
+    comp->p_psSpecified = false;
     comp->subcomp = NULL;
     return comp;
@@ -267,4 +268,5 @@
                    level,
                    compName);
+
         if (comp[0] != '.') {
             psFree(compName);
Index: trunk/psLib/src/sysUtils/psTrace.h
===================================================================
--- trunk/psLib/src/sysUtils/psTrace.h	(revision 2210)
+++ trunk/psLib/src/sysUtils/psTrace.h	(revision 2221)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-27 00:57:31 $
+ *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-27 23:31:44 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -18,5 +18,5 @@
 
 #define PS_UNKNOWN_TRACE_LEVEL -9999   // we don't know this name's level
-#define PS_DEFAULT_TRACE_LEVEL -1
+#define PS_DEFAULT_TRACE_LEVEL 0
 
 /** \addtogroup LogTrace
@@ -51,4 +51,5 @@
         const char *name;           // last part of name of component
         psS32 level;                  // trace level for this component
+        bool p_psSpecified;
         psS32 n;                      // number of subcomponents
         struct p_psComponent* *subcomp;     // next level of subcomponents
