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

Matthew Swift
29.00.2013 e2423166530cc0915f22a906332893c29b52cb03
Minor error message cleanup.
1 files modified
3 ■■■■ changed files
opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/ldap/LDAPConnection.java 3 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/ldap/LDAPConnection.java
@@ -297,8 +297,7 @@
        Validator.ensureNotNull(request);
        close(request, false, Responses.newResult(ResultCode.CLIENT_SIDE_USER_CANCELLED)
                .setDiagnosticMessage(
                        "Connection closed by client" + (reason != null ? ": " + reason : "")));
                .setDiagnosticMessage(reason != null ? reason : "Connection closed by client"));
    }
    @Override