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

Violette Roche-Montane
11.49.2014 de48e352a1e081e4f5f839b5378941aea5388c76
opendj3-server-dev/src/server/org/opends/server/tools/VerifyIndex.java
@@ -37,6 +37,7 @@
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import org.forgerock.i18n.LocalizableMessage;
import org.opends.server.admin.std.server.BackendCfg;
@@ -105,7 +106,7 @@
  {
    PrintStream out = NullOutputStream.wrapOrNullStream(outStream);
    PrintStream err = NullOutputStream.wrapOrNullStream(errStream);
    JDKLogging.disableLogging();
    JDKLogging.enableConsoleLoggingForOpenDJ(Level.FINE);
    // Define the command-line arguments that may be used with this program.
    StringArgument  configClass             = null;