From b31d9fc0c6baf0b86944fa978c1f5f79bd51efe1 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Tue, 04 Sep 2007 16:20:31 +0000 Subject: [PATCH] - remove message severity already defined by message macro from message string itself. --- opends/src/messages/messages/extension.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index 9fede71..dece0b6 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -1424,8 +1424,8 @@ state extended request did not include a request value SEVERE_ERR_PWPSTATE_EXTOP_DECODE_FAILURE_504=An unexpected error occurred \ while attempting to decode password policy state extended request value: %s -SEVERE_ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505=SEVERE ERROR: Multiple \ - entries were found with DN %s +SEVERE_ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505=Multiple entries were found \ + with DN %s SEVERE_ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING_506=An unexpected error \ occurred while attempting to decode an operation from the password policy \ state extended request: %s -- Gitblit v1.10.0