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

boli
23.30.2007 b0a7e3cf4a65ea95c79cf002596428d0aed2e26e
opends/src/server/org/opends/server/util/EMailMessage.java
@@ -47,8 +47,8 @@
import org.opends.server.core.DirectoryServer;
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.*;
import org.opends.server.loggers.debug.DebugTracer;
import org.opends.server.types.DebugLogLevel;
import static org.opends.server.messages.MessageHandler.*;
import static org.opends.server.messages.UtilityMessages.*;
@@ -61,7 +61,10 @@
 */
public class EMailMessage
{
  /**
   * The tracer object for the debug logger.
   */
  private static final DebugTracer TRACER = getTracer();
  // The addresses of the recipients to whom this message should be sent.
@@ -357,7 +360,7 @@
      {
        if (debugEnabled())
        {
          debugCaught(DebugLogLevel.ERROR, me);
          TRACER.debugCaught(DebugLogLevel.ERROR, me);
        }
        int msgID = MSGID_EMAILMSG_INVALID_SENDER_ADDRESS;
@@ -383,7 +386,7 @@
        {
          if (debugEnabled())
          {
            debugCaught(DebugLogLevel.ERROR, me);
            TRACER.debugCaught(DebugLogLevel.ERROR, me);
          }
          int msgID = MSGID_EMAILMSG_INVALID_RECIPIENT_ADDRESS;
@@ -429,7 +432,7 @@
      {
        if (debugEnabled())
        {
          debugCaught(DebugLogLevel.ERROR, sfe);
          TRACER.debugCaught(DebugLogLevel.ERROR, sfe);
        }
        // We'll ignore this and hope that another server is available.  If not,