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

Violette Roche-Montane
03.27.2013 dcccc9d1b70be62288d1dd23f3084e6451354661
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
@@ -129,6 +129,10 @@
     * Defines a breakline.
     */
    BREAKLINE,
    /**
     * Defines a warning.
     */
    WARNING
  }
  // The error stream which this application should use.
@@ -448,6 +452,9 @@
      case BREAKLINE:
        out.println();
        break;
      case WARNING:
        out.println(wrapText("[!] " + msg, MAX_LINE_WIDTH, indent));
        break;
      default:
        out.println(wrapText(msg, MAX_LINE_WIDTH, indent));
        break;