HHH-11728 - Typo in PooledConnections
This commit is contained in:
parent
44eedfc34f
commit
86dd0d1278
|
@ -89,7 +89,7 @@ public class PooledConnections {
|
|||
try {
|
||||
int allocationCount = allConnections.size() - availableConnections.size();
|
||||
if(allocationCount > 0) {
|
||||
log.error( "Collection leak detected: there are " + allocationCount + " unclosed connections upon shutting down pool " + getUrl());
|
||||
log.error( "Connection leak detected: there are " + allocationCount + " unclosed connections upon shutting down pool " + getUrl());
|
||||
}
|
||||
}
|
||||
finally {
|
||||
|
|
Loading…
Reference in New Issue