Changeset 9992
- Timestamp:
- Nov 14, 2006, 4:34:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r9904 r9992 4 4 * @author EAM (IfA) 5 5 * 6 * @version $Revision: 1.5 3$ $Name: not supported by cvs2svn $7 * @date $Date: 2006-11- 08 02:10:07$6 * @version $Revision: 1.54 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2006-11-15 02:34:18 $ 8 8 * 9 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 357 357 358 358 // Set trace destinations 359 #ifndef PS_NO_TRACE 359 360 psString traceDest = psMetadataLookupStr(&mdok, config->site, "TRACEDEST"); 360 361 if (mdok && traceDest && strlen(traceDest) > 0) … … 368 369 } 369 370 } 371 #endif 370 372 371 373 // Allow command line options to override defaults for logging. … … 374 376 // B: will the pmConfigRead function always be called on initialization. 375 377 // 376 psS32 saveLogLevel = psLogGetLevel();377 378 psArgumentVerbosity(config->argc, config->argv); 378 379 // XXX: substitute the string for the default log level for "2". 379 if (2 == psLogGetLevel())380 {381 psLogSetLevel(saveLogLevel);382 }383 380 } 384 381
Note:
See TracChangeset
for help on using the changeset viewer.
