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

boli
02.48.2007 061e0172510debb6cd8920caa717c29a10e1b233
opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java
@@ -41,7 +41,7 @@
import org.opends.server.types.InitializationException;
import org.opends.server.types.DebugLogLevel;
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.ExtensionsMessages.*;
import static org.opends.server.util.StaticUtils.*;
@@ -311,7 +311,7 @@
      {
        if (debugEnabled())
        {
          debugCought(DebugLogLevel.ERROR, ioe);
          debugCaught(DebugLogLevel.ERROR, ioe);
        }
        // An error occurred while trying to read data from the client.
@@ -323,7 +323,7 @@
      {
        if (debugEnabled())
        {
          debugCought(DebugLogLevel.ERROR, e);
          debugCaught(DebugLogLevel.ERROR, e);
        }
        // An unexpected error occurred.  Disconnect and return.
@@ -380,7 +380,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, ioe);
        debugCaught(DebugLogLevel.ERROR, ioe);
      }
      // An error occurred while trying to write data to the client.  Disconnect
@@ -392,7 +392,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      // An unexpected error occurred.  Disconnect and return.