From 972103091b00d019b98516adf64a2db12c20c749 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 20 Aug 2007 08:04:16 +0000
Subject: [PATCH] These changes rovides the ability to repair the consistency in the replication topology in the (hopefully) rare case when hardware failure or software bugs could break it (issue 788 and 791)
---
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java b/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
index 6707392..9ce1489 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -903,6 +903,13 @@
*/
public static final String LOG_SEVERITY_ALL = "all";
+ /**
+ * The English name for the basic none log severity used to log
+ * no error message beside some specific category.
+ */
+ public static final String LOG_SEVERITY_NONE = "none";
+
+
/**
--
Gitblit v1.10.0