Project

General

Profile

« Previous | Next » 

Revision 5172

Added by daigle over 14 years ago

remove call to print busy db connections

View differences:

src/edu/ucsb/nceas/workflowscheduler/WorkflowSchedulerServlet.java
219 219
		// Debug message to print out the method which have a busy DBConnection
220 220
		try {
221 221
			DBConnectionPool pool = DBConnectionPool.getInstance();
222
			pool.printMethodNameHavingBusyDBConnection();
222
//			pool.printMethodNameHavingBusyDBConnection();
223 223
		} catch (SQLException sqle) {
224 224
			logMetacat.error("WorkflowSchedulerServlet.handleGetOrPost - error getting DBConnectionPool: "
225 225
					+ sqle.getMessage());

Also available in: Unified diff