Index: trunk/psLib/src/sys/psLogMsg.c
===================================================================
--- trunk/psLib/src/sys/psLogMsg.c	(revision 15377)
+++ trunk/psLib/src/sys/psLogMsg.c	(revision 15384)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-06 21:36:09 $
+ *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-10-26 02:40:24 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -116,5 +116,5 @@
     included in message logs.  It does not determine the order in which that
     information will appear (that order is fixed).
- 
+
 Input:
     fmt: a string specifying the format.
@@ -189,9 +189,7 @@
     // Special destinations: stdout, stderr
     if (strcasecmp(dest, "stdout") == 0) {
-        logFD = STDOUT_FILENO;
         return STDOUT_FILENO;
     }
     if (strcasecmp(dest, "stderr") == 0) {
-        logFD = STDERR_FILENO;
         return STDERR_FILENO;
     }
@@ -218,5 +216,4 @@
         }
         psFree(protocolLocation);
-        logFD = fileD;
         return fileD;
     }
@@ -376,5 +373,5 @@
 specified in the "..." argument, to the current message log destination with
 the severity specified by the "level" argument.
- 
+
 Input:
   name: Indicates the source of this log message.
@@ -383,5 +380,5 @@
         to that string.
   ... The arguments to the above printf-style string.
- 
+
 Return:
    NULL
