Add debug log message for connections returned to the pool broken.

pull/35/head
Brett Wooldridge 11 years ago
parent af21882b37
commit c9f4598e53

@ -237,6 +237,7 @@ public final class HikariPool implements HikariPoolMBean
}
else
{
LOGGER.debug("Connection returned to pool is broken, or the pool is shutting down. Closing connection.");
closeConnection(connectionProxy);
}
}

Loading…
Cancel
Save