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

boli
02.48.2007 061e0172510debb6cd8920caa717c29a10e1b233
opends/src/server/org/opends/server/protocols/ldap/LDAPRequestHandler.java
@@ -44,7 +44,7 @@
import org.opends.server.core.DirectoryServer;
import org.opends.server.types.InitializationException;
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.loggers.Error.*;
@@ -130,7 +130,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      int msgID = MSGID_LDAP_REQHANDLER_OPEN_SELECTOR_FAILED;
@@ -185,7 +185,7 @@
      {
        if (debugEnabled())
        {
          debugCought(DebugLogLevel.ERROR, e);
          debugCaught(DebugLogLevel.ERROR, e);
        }
        // FIXME -- Should we do something else with this?
@@ -221,7 +221,7 @@
                {
                  if (debugEnabled())
                  {
                    debugCought(DebugLogLevel.ERROR, e);
                    debugCaught(DebugLogLevel.ERROR, e);
                  }
                  // Some other error occurred while we were trying to read data
@@ -236,7 +236,7 @@
              {
                if (debugEnabled())
                {
                  debugCought(DebugLogLevel.ERROR, e);
                  debugCaught(DebugLogLevel.ERROR, e);
                }
                // We got some other kind of error.  If nothing else, cancel the
@@ -260,7 +260,7 @@
          {
            if (debugEnabled())
            {
              debugCought(DebugLogLevel.ERROR, cke);
              debugCaught(DebugLogLevel.ERROR, cke);
            }
            // This could happen if a connection was closed between the time
@@ -272,7 +272,7 @@
          {
            if (debugEnabled())
            {
              debugCought(DebugLogLevel.ERROR, e);
              debugCaught(DebugLogLevel.ERROR, e);
            }
            // This should not happen, and it would have caused our reader
@@ -307,7 +307,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, e);
            debugCaught(DebugLogLevel.ERROR, e);
          }
          c.disconnect(DisconnectReason.SERVER_ERROR, true,
@@ -386,7 +386,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, e);
            debugCaught(DebugLogLevel.ERROR, e);
          }
        }
@@ -398,7 +398,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, e);
            debugCaught(DebugLogLevel.ERROR, e);
          }
        }
      }
@@ -423,7 +423,7 @@
      {
        if (debugEnabled())
        {
          debugCought(DebugLogLevel.ERROR, e);
          debugCaught(DebugLogLevel.ERROR, e);
        }
      }
@@ -435,7 +435,7 @@
      {
        if (debugEnabled())
        {
          debugCought(DebugLogLevel.ERROR, e);
          debugCaught(DebugLogLevel.ERROR, e);
        }
      }
    }
@@ -519,7 +519,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, e);
            debugCaught(DebugLogLevel.ERROR, e);
          }
        }
      }
@@ -536,7 +536,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
    }
  }