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

jvergara
21.09.2007 ed1c23f62597ba2fcf725b480289f95a55b0c1ff
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;
  }