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

boli
02.48.2007 72892b7b80c17b386a9afd04e960be30d6091bd1
opendj-sdk/opends/src/server/org/opends/server/config/ConfigEntry.java
@@ -47,7 +47,7 @@
import org.opends.server.types.DebugLogLevel;
import static org.opends.server.config.ConfigConstants.*;
import static org.opends.server.loggers.debug.DebugLogger.debugCought;
import static org.opends.server.loggers.debug.DebugLogger.debugCaught;
import static org.opends.server.loggers.debug.DebugLogger.debugEnabled;
import static org.opends.server.messages.ConfigMessages.*;
import static org.opends.server.messages.MessageHandler.*;
@@ -358,7 +358,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      conflictingChild = null;
@@ -428,7 +428,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      int msgID = MSGID_CONFIG_ENTRY_CANNOT_REMOVE_CHILD;