From db4562c1de42de3e2e9d2fcc45816ad302a77189 Mon Sep 17 00:00:00 2001 From: Violette Roche-Montane <violette.roche-montane@forgerock.com> Date: Mon, 04 Mar 2013 12:25:31 +0000 Subject: [PATCH] OPENDJ-770 Simplify the "rebuild-index --clearDegradedState" command output - If in cleardegradedState mode, output just displays the following msg "Degraded state of index(es) [indexe(s) name] has been removed". --- opends/src/messages/messages/jeb.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties index fa9c435..1cd74b3 100644 --- a/opends/src/messages/messages/jeb.properties +++ b/opends/src/messages/messages/jeb.properties @@ -451,4 +451,5 @@ disabled for database backend %s NOTICE_JEB_REBUILD_DEGRADED_START_231=Rebuild of all degraded indexes started \ with %d total entries to process - +NOTICE_JEB_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS_232=Degraded state of \ +index(es) : %s has been removed -- Gitblit v1.10.0