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

Jean-Noel Rouvignac
16.06.2013 3bd6b1634f4a3d3a25fa6425f07c2393508d91ca
opends/src/server/org/opends/server/api/DirectoryThread.java
@@ -259,7 +259,7 @@
      }
      Message message = ERR_UNCAUGHT_THREAD_EXCEPTION.get(
          t.getName(), stackTraceToString(e));
          t.getName(), stackTraceToSingleLineString(e));
      logError(message);
      DirectoryServer.sendAlertNotification(this,
          ALERT_TYPE_UNCAUGHT_EXCEPTION, message);