From eaa23f4b7af97c108ecffa40c86c32e723a90594 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 29 Aug 2007 14:40:34 +0000
Subject: [PATCH] Fix issue 1831: dsconfig interactive mode.

---
 opends/src/messages/src/org/opends/messages/Category.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/src/org/opends/messages/Category.java b/opends/src/messages/src/org/opends/messages/Category.java
index 99685b9..c5046e4 100644
--- a/opends/src/messages/src/org/opends/messages/Category.java
+++ b/opends/src/messages/src/org/opends/messages/Category.java
@@ -140,6 +140,12 @@
   ADMIN_TOOL(0x01100000),
 
   /**
+   * The category used for messages associated with the dsconfig
+   * administration tool.
+   */
+  DSCONFIG(0x01200000),
+
+  /**
    * The category that will be used for messages associated with
    * third-party (including user-defined) modules.
    */

--
Gitblit v1.10.0