IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32114


Ignore:
Timestamp:
Aug 16, 2011, 4:11:38 PM (15 years ago)
Author:
rhenders
Message:

chaning some error log message to debug

File:
1 edited

Legend:

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

    r32075 r32114  
    3535       
    3636        if p.returncode != 0:
    37            self.logger.errorPair("ODM polling", "failed")
     37           self.logger.debugPair("ODM polling", "failed")
    3838           return 0
    3939        else:
     
    4444        tempFile.close()
    4545
    46         if not ret: self.logger.errorPair("Cannot read ODM file for batch", "%d" % batchID)
     46        if not ret: self.logger.debugPair("Cannot read ODM file for batch", "%d" % batchID)
    4747
    4848        return ret
Note: See TracChangeset for help on using the changeset viewer.