From 00b0f0e6d1045bc230a3c1a5a7ad5a007ac433fb 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

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

diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index fe30943..9c70d92 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/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