IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31807


Ignore:
Timestamp:
Jul 1, 2011, 8:46:39 AM (15 years ago)
Author:
rhenders
Message:

minor change to logging message

File:
1 edited

Legend:

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

    r31470 r31807  
    3838        self.con = DriverManager.getConnection(self.url)
    3939        self.connectionID = self.getLastConnectionID()
    40         self.logger.info("MySQL connection to %s with ID %d" % (dbType, self.connectionID))
     40        self.logger.debug("MySQL connection to %s with ID %d" % (dbType, self.connectionID))
    4141
    4242        #self.stmt = self.con.createStatement()
Note: See TracChangeset for help on using the changeset viewer.