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

boli
02.48.2007 061e0172510debb6cd8920caa717c29a10e1b233
opends/src/server/org/opends/server/loggers/GZIPAction.java
@@ -32,7 +32,7 @@
import java.io.IOException;
import java.util.zip.GZIPOutputStream;
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;
@@ -118,7 +118,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, ioe);
        debugCaught(DebugLogLevel.ERROR, ioe);
      }
      if (inputStreamOpen)
      {
@@ -130,7 +130,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, fe);
            debugCaught(DebugLogLevel.ERROR, fe);
          }
          // Cannot do much. Ignore.
        }
@@ -145,7 +145,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, ge);
            debugCaught(DebugLogLevel.ERROR, ge);
          }
          // Cannot do much. Ignore.
        }