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

Gaetan Boismal
23.26.2015 7dd6fde7e736d14835d08172bc82bed1e4643a1a
opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/MakeLDIF.java
@@ -42,6 +42,7 @@
import org.forgerock.i18n.LocalizableMessage;
import org.opends.server.core.DirectoryServer;
import org.opends.server.core.DirectoryServer.DirectoryServerVersionHandler;
import org.opends.server.loggers.JDKLogging;
import org.opends.server.types.AttributeType;
import org.opends.server.types.ExistingFileBehavior;
import org.opends.server.types.InitializationException;
@@ -129,6 +130,8 @@
  {
    out = NullOutputStream.wrapOrNullStream(outStream);
    err = NullOutputStream.wrapOrNullStream(errStream);
    JDKLogging.disableLogging();
//  Create and initialize the argument parser for this program.
    LocalizableMessage toolDescription = INFO_MAKELDIF_TOOL_DESCRIPTION.get();