Index: trunk/psLib/src/sys/psTrace.c
===================================================================
--- trunk/psLib/src/sys/psTrace.c	(revision 7570)
+++ trunk/psLib/src/sys/psTrace.c	(revision 7571)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-15 00:21:57 $
+ *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-15 00:22:54 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -632,5 +632,5 @@
 {
     if (fd < 0) {
-        return;
+        return false;
     }
 
@@ -639,4 +639,5 @@
     }
     traceFD = fd;
+    return true;
 }
 
