Changeset 8272
- Timestamp:
- Aug 10, 2006, 11:49:16 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r8246 r8272 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.3 7$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-08- 09 02:37:07$5 * @version $Revision: 1.38 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-08-10 21:49:16 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 384 384 } 385 385 psFree(traceIter); 386 } 387 // 388 // If TRACEFORMAT is specified in the configuration file, then we must 389 // initialize with a call to psTraceSetFormat(). 390 // 391 psString traceFormat = psMetadataLookupStr(&mdok, config->site, "TRACEFORMAT"); 392 if (mdok && traceFormat) { 393 psTrace("psModules.config", 7, "Setting trace format to %s\n", traceFormat); 394 psTraceSetFormat(traceFormat); 386 395 } 387 396
Note:
See TracChangeset
for help on using the changeset viewer.
