IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33561 for trunk


Ignore:
Timestamp:
Mar 16, 2012, 12:59:45 PM (14 years ago)
Author:
rhenders
Message:

slight improcements to log messages when getting stripes to process

File:
1 edited

Legend:

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

    r33560 r33561  
    10441044            rs.close()
    10451045        except:
    1046             self.logger.errorPair("No available stripes", "sharing with other client")
     1046            self.logger.errorPair("No free stripes", "trying to share with other client...")
    10471047            sql = "SELECT ra_center, COUNT(*) AS numPending\
    10481048                   FROM box \
     
    10601060                rs.close()
    10611061            except:
    1062                 self.logger.errorPair("Still no available stripes", "")
     1062                self.logger.errorPair("No available stripes to share", "no stripe obtained")
    10631063
    10641064        self.logger.infoPair("Using RA stripe", "%f" % raCenter)
Note: See TracChangeset for help on using the changeset viewer.