mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
15.00.2012 87bc33d5951bbee4ef3ad3fb0df3f7810d333a99
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/FixedConnectionPool.java
@@ -216,8 +216,8 @@
                // Try to get a new connection to replace it.
                factory.getConnectionAsync(connectionResultHandler);
                if (StaticUtils.DEBUG_LOG.isLoggable(Level.WARNING)) {
                    StaticUtils.DEBUG_LOG.warning(String.format("Connection no longer valid. "
                if (StaticUtils.DEBUG_LOG.isLoggable(Level.FINE)) {
                    StaticUtils.DEBUG_LOG.fine(String.format("Connection no longer valid. "
                            + "currentPoolSize=%d, poolSize=%d", poolSize
                            - currentPoolSize.availablePermits(), poolSize));
                }