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;