From 1e53194379b3b80e4d2a026865c0dde59bbf6ed1 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 28 Jun 2016 13:17:43 +0000
Subject: [PATCH] OPENDJ-2715 Incorrect "exclude" message when importing entries with an exclude filter

---
 opendj-server-legacy/src/messages/org/opends/messages/utility.properties |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
index f528d2f..003b7f8 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
@@ -209,7 +209,7 @@
  the import configuration indicates that no attempt should be made to append \
  to or replace the file
 ERR_LDIF_SKIP_165=Skipping entry %s because the DN is not one that \
- should be included based on the include and exclude branches
+ should be included based on the include and exclude branches/filters
 ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING_167=The Directory Server cannot \
  be started because it is already running
 INFO_EMAIL_TOOL_DESCRIPTION_171=Send an e-mail message via SMTP
@@ -259,6 +259,12 @@
 ERR_BASE64_CANNOT_WRITE_RAW_DATA_199=An error occurred while \
  attempting to write the decoded data: %s
 ERR_BASE64_UNKNOWN_SUBCOMMAND_200=Unknown subcommand %s
+ERR_LDIF_SKIP_EXCLUDE_BRANCH_201=Skipping entry %s because the DN is excluded by the exclude branch "%s"
+ERR_LDIF_SKIP_EXCLUDE_FILTER_202=Skipping entry %s because the DN is excluded by the exclude filter "%s"
+ERR_LDIF_SKIP_NOT_IN_INCLUDED_BRANCHES_203=Skipping entry %s because the DN \
+ is not included by any include branches
+ERR_LDIF_SKIP_NOT_IN_INCLUDED_FILTERS_204=Skipping entry %s because the DN \
+ is not included by any include filters
 ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE_224=Rejecting entry %s because \
  it was rejected by a plugin
 ERR_LDIF_REJECTED_BY_PLUGIN_225=Rejecting entry %s because it was \

--
Gitblit v1.10.0