Changeset 31807
- Timestamp:
- Jul 1, 2011, 8:46:39 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/mysql.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/mysql.py
r31470 r31807 38 38 self.con = DriverManager.getConnection(self.url) 39 39 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)) 41 41 42 42 #self.stmt = self.con.createStatement()
Note:
See TracChangeset
for help on using the changeset viewer.
