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

coulbeck
19.32.2006 d9b21dcf9e0a987e0ffb2cd8f6f59e9f6357a50f
opends/src/server/org/opends/server/synchronization/SynchMessages.java
@@ -257,6 +257,14 @@
    CATEGORY_MASK_SYNC | SEVERITY_MASK_SEVERE_ERROR | 34;
  /**
   * Loop detected while replaying an operation.  This message takes one
   * string argument containing details of the operation that could not be
   * replayed.
   */
  public static final int MSGID_LOOP_REPLAYING_OPERATION =
    CATEGORY_MASK_SYNC | SEVERITY_MASK_MILD_ERROR | 35;
  /**
   * Register the messages from this class in the core server.
   *
   */
@@ -345,5 +353,7 @@
    MessageHandler.registerMessage(
        MSGID_EXCEPTION_RECEIVING_SYNCHRONIZATION_MESSAGE,
        "An Exception was caught while receiving synchronization message : %s");
    MessageHandler.registerMessage(MSGID_LOOP_REPLAYING_OPERATION,
         "A loop was detected while replaying operation: %s");
  }
}