From d408e72de6b31ec6e44a073beb47c067f09fea78 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 12 Jul 2006 09:23:19 +0000
Subject: [PATCH] - pre-operation plugins are not called anymore when processing synchronization operations   for ADD,DELELTE and MODIFYDN as it was already the case for MODIFY operation   This is necessary to make sure that entries use the same unique ID everywhere.

---
 opends/src/server/org/opends/server/synchronization/SynchMessages.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/synchronization/SynchMessages.java b/opends/src/server/org/opends/server/synchronization/SynchMessages.java
index 2c54f70..7094b31 100644
--- a/opends/src/server/org/opends/server/synchronization/SynchMessages.java
+++ b/opends/src/server/org/opends/server/synchronization/SynchMessages.java
@@ -277,7 +277,7 @@
     MessageHandler.registerMessage(MSGID_UNKNOWN_TYPE,
         "Unknown operation type : %s");
     MessageHandler.registerMessage(MSGID_ERROR_REPLAYING_OPERATION,
-        "Error %s when replaying operation %s : %s");
+        "Error %s when replaying operation with changenumber %s %s : %s");
     MessageHandler.registerMessage(MSGID_OPERATION_NOT_FOUND_IN_PENDING,
         "Internal Error : Operation %s change number %s" +
         " was not found in pending list");
@@ -332,7 +332,7 @@
         " The Changelog service is going to shutdown. ");
     MessageHandler.registerMessage(MSGID_CHANGELOG_CONNECTION_ERROR,
         "Error during Changelog service message processing ." +
-        " Connection %s is rejected. ");
+        " Connection from %s is rejected. ");
     MessageHandler.registerMessage(MSGID_UNKNOWN_MESSAGE,
         "%s has sent an unknown message. Closing the connection. ");
     MessageHandler.registerMessage(MSGID_WRITER_UNEXPECTED_EXCEPTION,

--
Gitblit v1.10.0