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

boli
02.48.2007 061e0172510debb6cd8920caa717c29a10e1b233
opends/src/server/org/opends/server/extensions/TraditionalWorkerThread.java
@@ -37,7 +37,7 @@
import org.opends.server.types.ErrorLogCategory;
import org.opends.server.types.ErrorLogSeverity;
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.loggers.debug.DebugLogger.debugInfo;
import static org.opends.server.loggers.debug.DebugLogger.debugWarning;
@@ -183,7 +183,7 @@
            "Uncaught exception in worker thread while processing " +
                "operation %s: %s", String.valueOf(operation), e);
          debugCought(DebugLogLevel.ERROR, e);
          debugCaught(DebugLogLevel.ERROR, e);
        }
        try
@@ -208,7 +208,7 @@
              "Exception in worker thread while trying to log a " +
                  "message about an uncaught exception %s: %s", e, e2);
            debugCought(DebugLogLevel.ERROR, e2);
            debugCaught(DebugLogLevel.ERROR, e2);
          }
        }
@@ -227,7 +227,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, e2);
            debugCaught(DebugLogLevel.ERROR, e2);
          }
        }
      }
@@ -286,7 +286,7 @@
          debugWarning(
            "Caught an exception while trying to interrupt the worker " +
                "thread waiting for work: %s", e);
          debugCought(DebugLogLevel.ERROR, e);
          debugCaught(DebugLogLevel.ERROR, e);
        }
      }
    }
@@ -305,7 +305,7 @@
          debugWarning(
            "Caught an exception while trying to abandon the " +
                "operation in progress for the worker thread: %s", e);
          debugCought(DebugLogLevel.ERROR, e);
          debugCaught(DebugLogLevel.ERROR, e);
        }
      }
    }