Index: /trunk/psLib/src/sys/psTrace.h
===================================================================
--- /trunk/psLib/src/sys/psTrace.h	(revision 7865)
+++ /trunk/psLib/src/sys/psTrace.h	(revision 7866)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-15 00:22:54 $
+ *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-07-12 02:54:01 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -41,10 +41,10 @@
     #   define p_psTrace(facil, level, ...) /* do nothing */
     #   define psTraceSetLevel(facil,level) /* do nothing */
-    #   define psTraceGetLevel(facil)       /* do nothing */
+    #   define psTraceGetLevel(facil)       -INFINITY /* really really low level */
     #   define psTraceReset()               /* do nothing */
     #   define psTraceFree()                /* do nothing */
     #   define psTracePrintLevels()         /* do nothing */
     #   define psTraceSetDestination(fp)    /* do nothing */
-    #   define psTraceGetDestination()      /* do nothing */
+    #   define psTraceGetDestination()      2 /* destination is stderr */
     #   define PS_TRACE_ON 0
 
