Changeset 7587 for trunk/psLib/src/sys/psLogMsg.c
- Timestamp:
- Jun 16, 2006, 1:01:10 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.c
r7569 r7587 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.5 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-06-1 5 00:17:32$13 * @version $Revision: 1.56 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-06-16 23:01:10 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 186 186 // Special destinations: stdout, stderr 187 187 if (strcmp(dest, "stdout") == 0) { 188 logFD = STDOUT_FILENO; 188 189 return STDOUT_FILENO; 189 190 } 190 191 if (strcmp(dest, "stderr") == 0) { 192 logFD = STDERR_FILENO; 191 193 return STDERR_FILENO; 192 194 } … … 213 215 } 214 216 psFree(protocolLocation); 217 logFD = fileD; 215 218 return fileD; 216 219 }
Note:
See TracChangeset
for help on using the changeset viewer.
