From dcc67378350418e11e50e72996c24b61f1ea8f81 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 04 Jun 2007 07:36:45 +0000
Subject: [PATCH] single valued attribute conflict resolution : issue 609
---
opends/src/server/org/opends/server/messages/ReplicationMessages.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/messages/ReplicationMessages.java b/opends/src/server/org/opends/server/messages/ReplicationMessages.java
index cd5fe07..fb4e3cf 100644
--- a/opends/src/server/org/opends/server/messages/ReplicationMessages.java
+++ b/opends/src/server/org/opends/server/messages/ReplicationMessages.java
@@ -395,6 +395,11 @@
public static final int MSGID_DUPLICATE_REPLICATION_SERVER_ID =
CATEGORY_MASK_SYNC | SEVERITY_MASK_SEVERE_ERROR | 55;
+ /**
+ * Some bad historical information was found in an entry.
+ */
+ public static final int MSGID_BAD_HISTORICAL =
+ CATEGORY_MASK_SYNC | SEVERITY_MASK_SEVERE_ERROR | 56;
/**
@@ -542,5 +547,8 @@
"Received a Null Msg from %s");
registerMessage(MSGID_READER_EXCEPTION,
"Exception when reading messages from %s");
+ registerMessage(MSGID_BAD_HISTORICAL,
+ "Entry %s was containing some unknown historical information,"
+ + " This may cause some inconsistency for this entry");
}
}
--
Gitblit v1.10.0