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

matthew_swift
26.56.2007 f0a3ee870a8d375fae8f9cd7b3f855e859c2a30f
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/CreateSubCommandHandler.java
@@ -664,6 +664,7 @@
        } catch (IllegalManagedObjectNameException e) {
          ArgumentException ae = ArgumentExceptionFactory
              .adaptIllegalManagedObjectNameException(e, d);
          app.println();
          app.printMessage(ae.getMessage());
          return null;
        }
@@ -701,6 +702,7 @@
        // A child with the specified name must already exist.
        int msgID = MSGID_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS;
        String msg = getMessage(msgID, relation.getUserFriendlyName(), input);
        app.println();
        app.printMessage(msg);
        return null;
      }