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

jvergara
07.54.2008 1f30b9e5b6d1f245470a152a325e9ad69928c01c
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
@@ -396,7 +396,7 @@
  public final void printProgress(Message msg) {
    if (!isQuiet())
    {
      out.print(wrapText(msg, MAX_LINE_WIDTH));
      out.print(msg);
    }
  }