From 7d3e339b40096a54020a22b7f2397406d41f47a4 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Fri, 04 May 2012 08:14:51 +0000
Subject: [PATCH] Fix OPENDJ-476: Manage Account fails with NPE if target DN does not exist Cleaned up error message that mentioned the server while the error was on the client side

---
 opends/src/messages/messages/tools.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index fe30943..9c70d92 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -1770,7 +1770,7 @@
  Server closed the connection before the response could be read
 SEVERE_ERR_PWPSTATE_REQUEST_FAILED_1161=The server was unable to process the \
  request:  result code %d (%s), error message '%s'
-SEVERE_ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_MESSAGE_1162=The server was unable \
+SEVERE_ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_MESSAGE_1162=Unable \
  to decode the response message from the server:  %s
 SEVERE_ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_OP_1163=Unable to decode \
  information about an operation contained in the response:  %s

--
Gitblit v1.10.0