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

jvergara
21.09.2007 568bd19115ef5f8aaea93b527bbed687c8920d57
opendj-sdk/opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java
@@ -4163,12 +4163,12 @@
    if (Utils.isCertificateException(ne))
    {
      msg = INFO_ERROR_READING_CONFIG_LDAP_CERTIFICATE_SERVER.get(
              hostPort, ne.toString());
              hostPort, ne.toString(true));
    }
    else
    {
       msg = INFO_CANNOT_CONNECT_TO_REMOTE_GENERIC.get(
          hostPort, ne.toString());
          hostPort, ne.toString(true));
    }
    return msg;
  }