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

boli
02.48.2007 061e0172510debb6cd8920caa717c29a10e1b233
opends/src/server/org/opends/server/loggers/ZIPAction.java
@@ -33,7 +33,7 @@
import java.util.zip.ZipEntry;
import java.util.zip.ZipOutputStream;
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;
@@ -122,7 +122,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, ioe);
        debugCaught(DebugLogLevel.ERROR, ioe);
      }
      if (inputStreamOpen)
      {
@@ -134,7 +134,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, fe);
            debugCaught(DebugLogLevel.ERROR, fe);
          }
          // Cannot do much. Ignore.
        }
@@ -149,7 +149,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, ze);
            debugCaught(DebugLogLevel.ERROR, ze);
          }
          // Cannot do much. Ignore.
        }