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

jvergara
07.55.2008 193f51db7fb26cdec95907cc4132b07d74cd5575
opends/src/server/org/opends/server/tools/StopDS.java
@@ -669,7 +669,9 @@
    }
    catch (LDAPConnectionException lce)
    {
      Message message = ERR_STOPDS_CANNOT_CONNECT.get(lce.getMessage());
      String hostPort = host.getValue() + ":" + port.getValue();
      Message message = ERR_STOPDS_CANNOT_CONNECT.get(hostPort,
          lce.getMessage());
      err.println(wrapText(message, MAX_LINE_WIDTH));
      return LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR;
    }