From 26e7cd80c4c0dc7fdc94a3b72ac7ecddc55bee03 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 14 Oct 2015 11:57:37 +0000
Subject: [PATCH] OPENDJ-2332 rebuild-index: references to "Local DB backend" when running against JE pluggable backend

---
 opendj-server-legacy/src/messages/org/opends/messages/backend.properties |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties
index 5069e1c..0b17491 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties
@@ -981,10 +981,10 @@
 ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=Unable to add DIT \
  structure rule %s because its rule identifier conflicts with existing DIT structure \
  rule (%s)
-INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=Local DB backend %s does not \
-specify the number of cleaner threads: defaulting to %d threads
-INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=Local DB backend %s does not \
-specify the number of lock tables: defaulting to %d
+INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=JE backend '%s' \
+does not specify the number of cleaner threads: defaulting to %d threads
+INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=JE backend '%s' \
+does not specify the number of lock tables: defaulting to %d
 ERR_TASKSCHED_DEPENDENCY_MISSING_412=Unable to schedule task %s \
 because its dependency task %s is missing
 NOTE_TASK_STARTED_413=%s task %s started execution
@@ -1074,7 +1074,7 @@
  down the backend to retain the existing data
 ERR_DIRECTORY_INVALID_451=The backend database directory '%s' is not \
  a valid directory
-NOTE_PDB_MEMORY_CFG_452=The PDB storage for backend '%s' initialized \
+NOTE_PDB_MEMORY_CFG_452=PDB backend '%s' initialized \
  to use %d buffers of %d bytes (total %dkb)
 ERR_ADD_ENTRY_ALREADY_EXISTS_453=The entry '%s' cannot be added \
  because an entry with that name already exists

--
Gitblit v1.10.0