From 9462a99be59193f9ddc9b507d44752e820727644 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 10 Feb 2014 17:15:20 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1288 :    Migrate I18n and logging support to i18n framework and SLF4J

---
 opendj3-server-dev/src/messages/messages/admin.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj3-server-dev/src/messages/messages/admin.properties b/opendj3-server-dev/src/messages/messages/admin.properties
index b29f2cc..5b04bf8 100644
--- a/opendj3-server-dev/src/messages/messages/admin.properties
+++ b/opendj3-server-dev/src/messages/messages/admin.properties
@@ -38,7 +38,7 @@
 # where:
 #
 # SEVERITY is one of:
-# [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE]
+# [ERR, WARN, NOTICE, INFO, DEBUG]
 #
 # DESCRIPTION is an upper case string providing a hint as to the context of
 # the message in upper case with the underscore ('_') character serving as

--
Gitblit v1.10.0