Changeset 1143
- Timestamp:
- Jun 29, 2004, 4:07:47 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
sys/psLogMsg.c (modified) (3 diffs)
-
sysUtils/psLogMsg.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.c
r1141 r1143 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-06-30 0 1:58:20$13 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-06-30 02:07:47 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 149 149 } 150 150 151 if (strlen(fmt) == 0) { 152 fmt = "THLNM"; 153 } 154 151 155 // Step through each character in the format string. For each letter 152 156 // in that string, set/unset the appropriate logging. … … 298 302 if (head_ptr > head) { 299 303 *head_ptr++ = '|'; 304 } else if (!p_psLogMsg) { // no output desired 305 return; 300 306 } 301 307 *head_ptr = '\0'; -
trunk/psLib/src/sysUtils/psLogMsg.c
r1141 r1143 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-06-30 0 1:58:20$13 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-06-30 02:07:47 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 149 149 } 150 150 151 if (strlen(fmt) == 0) { 152 fmt = "THLNM"; 153 } 154 151 155 // Step through each character in the format string. For each letter 152 156 // in that string, set/unset the appropriate logging. … … 298 302 if (head_ptr > head) { 299 303 *head_ptr++ = '|'; 304 } else if (!p_psLogMsg) { // no output desired 305 return; 300 306 } 301 307 *head_ptr = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.
