From 56269af431723ec4c456c92d0d019e7f6e16832a Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Mon, 10 Feb 2014 16:17:31 +0000 Subject: [PATCH] Checkpoint commit for OPENDJ-1288 : Migrate I18n and logging support to i18n framework and SLF4J --- opendj3-server-dev/src/messages/messages/extension.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj3-server-dev/src/messages/messages/extension.properties b/opendj3-server-dev/src/messages/messages/extension.properties index 2bca4ec..fa8592e 100644 --- a/opendj3-server-dev/src/messages/messages/extension.properties +++ b/opendj3-server-dev/src/messages/messages/extension.properties @@ -318,7 +318,7 @@ ERR_SASL_CANNOT_GET_SERVER_FQDN_194=An unexpected error occurred \ while attempting to determine the value of the ds-cfg-server-fqdn attribute \ in configuration entry %s: %s - SEVERE_ERR_SASL_CONTEXT_CREATE_ERROR_195=An unexpected error occurred while \ +ERR_SASL_CONTEXT_CREATE_ERROR_195=An unexpected error occurred while \ trying to create an %s context: %s ERR_SASL_CANNOT_DECODE_USERNAME_AS_DN_196=An error occurred \ while attempting to decode the SASL %s username "%s" because it \ @@ -338,7 +338,7 @@ find any user entries for the provided username of %s ERR_SASL_AUTHZID_INVALID_DN_202=The provided authorization ID \ %s contained an invalid DN: %s - MILD_ERR_SASL_AUTHZID_NO_SUCH_ENTRY_203=The entry %s specified as \ +ERR_SASL_AUTHZID_NO_SUCH_ENTRY_203=The entry %s specified as \ the authorization identity does not exist ERR_SASL_AUTHZID_CANNOT_GET_ENTRY_204=The entry %s specified as \ the authorization identity could not be retrieved: %s -- Gitblit v1.10.0