From c08575b5d155b34529c402d7e5398e77abc49117 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)
---
opends/src/server/org/opends/server/util/ServerConstants.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 6707392..9ce1489 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/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