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

Yannick Lecaillez
06.32.2016 67a85ae92e7f4e7fb3d95ddd18a9626c64212c68
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/ImportLDIFReader.java
@@ -17,7 +17,7 @@
import static org.opends.messages.UtilityMessages.*;
import static org.opends.server.util.StaticUtils.*;
import static org.opends.messages.BackendMessages.ERR_ADD_ENTRY_ALREADY_EXISTS;
import static org.opends.messages.BackendMessages.ERR_IMPORT_DUPLICATE_ENTRY;
import java.io.IOException;
import java.util.HashMap;
@@ -175,7 +175,7 @@
        if (!addPending(entryDN))
        {
          logger.trace("Skipping entry %s because the DN already exists.", entryDN);
          logToSkipWriter(lines, ERR_ADD_ENTRY_ALREADY_EXISTS.get(entryDN));
          logToSkipWriter(lines, ERR_IMPORT_DUPLICATE_ENTRY.get(entryDN));
          continue;
        }
      }