IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33589 for trunk/ippToPsps


Ignore:
Timestamp:
Mar 21, 2012, 4:37:38 PM (14 years ago)
Author:
rhenders
Message:

slight imprtovements to logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/setupScratchDb.py

    r33588 r33589  
    3030    def run(self):
    3131
     32        self.logger.infoSeparator()
     33
    3234        # install stored procedure
    33         self.logger.info("Installing psfLikelihood() stored procedure")
     35        self.logger.infoPair("Installing",  "psfLikelihood() stored procedure")
    3436        self.scratchDb.createPsfLikelihoodFunction()
    3537
    3638        # install IN tables
    37         self.logger.info("Installing initialization tables")
     39        self.logger.infoPair("Installing", "initialization tables")
    3840        tables = stilts.treads("../config/IN/tables.vot")
    3941        for table in tables:
Note: See TracChangeset for help on using the changeset viewer.