We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc1295b + 06a2d98 commit 605b515Copy full SHA for 605b515
ebean-datasource/src/main/java/io/ebean/datasource/pool/BusyConnectionBuffer.java
@@ -119,7 +119,7 @@ private void closeBusyConnection(PooledConnection pc) {
119
*/
120
String busyConnectionInformation(boolean toLogger) {
121
if (toLogger) {
122
- Log.info("Dumping [{0}] busy connections: (Use datasource.xxx.capturestacktrace=true ... to get stackTraces)", size());
+ Log.info("Dumping [{0}] busy connections: (Use datasource.xxx.captureStackTrace=true ... to get stackTraces)", size());
123
}
124
StringBuilder sb = new StringBuilder();
125
for (PooledConnection pc : slots) {
0 commit comments