IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8272


Ignore:
Timestamp:
Aug 10, 2006, 11:49:16 AM (20 years ago)
Author:
jhoblitt
Message:

add TRACEFORMAT option to the config system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r8246 r8272  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.37 $ $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 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    384384        }
    385385        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);
    386395    }
    387396
Note: See TracChangeset for help on using the changeset viewer.