Index: trunk/psLib/src/sysUtils/psTrace.c
===================================================================
--- trunk/psLib/src/sysUtils/psTrace.c	(revision 1810)
+++ trunk/psLib/src/sysUtils/psTrace.c	(revision 1834)
@@ -9,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-14 23:48:25 $
+ *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-20 22:03:35 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -339,10 +339,10 @@
                     defaultLevel = currentNode->level;
                 }
-                // Determine if thisis the last component:
+                // Determine if this is the last component:
                 if (pname == NULL) {
                     if (currentNode->level != PS_DEFAULT_TRACE_LEVEL) {
                         return (currentNode->level);
                     } else {
-                        return(PS_DEFAULT_TRACE_LEVEL);
+                        return(defaultLevel);
                     }
                 }
