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

boli
02.48.2007 061e0172510debb6cd8920caa717c29a10e1b233
opends/src/server/org/opends/server/core/CompareOperation.java
@@ -67,7 +67,7 @@
import static org.opends.server.core.CoreConstants.*;
import static org.opends.server.loggers.Access.*;
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 org.opends.server.types.DebugLogLevel;
import static org.opends.server.messages.CoreMessages.*;
@@ -589,7 +589,7 @@
      {
        if (debugEnabled())
        {
          debugCought(DebugLogLevel.ERROR, de);
          debugCaught(DebugLogLevel.ERROR, de);
        }
        setResultCode(de.getResultCode());
@@ -675,7 +675,7 @@
              {
                if (debugEnabled())
                {
                  debugCought(DebugLogLevel.ERROR, e);
                  debugCaught(DebugLogLevel.ERROR, e);
                }
                break;
              }
@@ -690,7 +690,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, de);
            debugCaught(DebugLogLevel.ERROR, de);
          }
          setResultCode(de.getResultCode());
@@ -726,7 +726,7 @@
                {
                  if (debugEnabled())
                  {
                    debugCought(DebugLogLevel.ERROR, le);
                    debugCaught(DebugLogLevel.ERROR, le);
                  }
                  setResultCode(ResultCode.valueOf(le.getResultCode()));
@@ -755,7 +755,7 @@
              {
                if (debugEnabled())
                {
                  debugCought(DebugLogLevel.ERROR, de);
                  debugCaught(DebugLogLevel.ERROR, de);
                }
                setResultCode(ResultCode.PROTOCOL_ERROR);
@@ -795,7 +795,7 @@
                {
                  if (debugEnabled())
                  {
                    debugCought(DebugLogLevel.ERROR, le);
                    debugCaught(DebugLogLevel.ERROR, le);
                  }
                  setResultCode(ResultCode.valueOf(le.getResultCode()));
@@ -815,7 +815,7 @@
              {
                if (debugEnabled())
                {
                  debugCought(DebugLogLevel.ERROR, de);
                  debugCaught(DebugLogLevel.ERROR, de);
                }
                setResultCode(de.getResultCode());
@@ -855,7 +855,7 @@
                {
                  if (debugEnabled())
                  {
                    debugCought(DebugLogLevel.ERROR, le);
                    debugCaught(DebugLogLevel.ERROR, le);
                  }
                  setResultCode(ResultCode.valueOf(le.getResultCode()));
@@ -875,7 +875,7 @@
              {
                if (debugEnabled())
                {
                  debugCought(DebugLogLevel.ERROR, de);
                  debugCaught(DebugLogLevel.ERROR, de);
                }
                setResultCode(de.getResultCode());
@@ -1121,7 +1121,7 @@
      {
        if (debugEnabled())
        {
          debugCought(DebugLogLevel.ERROR, e);
          debugCaught(DebugLogLevel.ERROR, e);
        }
      }