From a2aa79352191acfa436020ff1bfad0b7f115ce91 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Tue, 06 Mar 2012 16:41:38 +0000 Subject: [PATCH] Fix OPENDJ-438: Reduce verbosity of server.out during startup --- opendj-sdk/opends/src/messages/messages/extension.properties | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/extension.properties b/opendj-sdk/opends/src/messages/messages/extension.properties index 22c3125..ab1d54b 100644 --- a/opendj-sdk/opends/src/messages/messages/extension.properties +++ b/opendj-sdk/opends/src/messages/messages/extension.properties @@ -647,15 +647,15 @@ SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG_215=An error occurred while \ attempting to write a temporary JAAS configuration file for use during GSSAPI \ processing: %s - SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_216=An error occurred while \ +SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_216=An error occurred while \ attempting to create the JAAS login context for GSSAPI authentication: %s - MILD_ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_217=No client connection was \ +MILD_ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_217=No client connection was \ available for use in processing the GSSAPI bind request - INFO_GSSAPI_PRINCIPAL_NAME_218=GSSAPI mechanism using a principal name of: %s - INFO_GSSAPI_SERVER_FQDN_219=GSSAPI SASL mechanism using a server fully \ +INFO_GSSAPI_PRINCIPAL_NAME_218=GSSAPI mechanism using a principal name of: %s +INFO_GSSAPI_SERVER_FQDN_219=GSSAPI SASL mechanism using a server fully \ qualified domain name of: %s - INFO_DIGEST_MD5_REALM_220=DIGEST-MD5 SASL mechanism using a realm of: %s - INFO_DIGEST_MD5_SERVER_FQDN_221=DIGEST-MD5 SASL mechanism using a server \ +INFO_DIGEST_MD5_REALM_220=DIGEST-MD5 SASL mechanism using a realm of: %s +NOTICE_DIGEST_MD5_SERVER_FQDN_221=DIGEST-MD5 SASL mechanism using a server \ fully qualified domain name of: %s SEVERE_ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES_277=You do not have \ sufficient privileges to use the proxied authorization control @@ -1399,7 +1399,7 @@ certificate mapper defined in configuration entry %s references attribute \ type %s which is does not have an equality index defined in backend %s SEVERE_ERR_SASLDIGESTMD5_PROTOCOL_ERROR_570=SASL DIGEST MD5 protocol error: %s -INFO_LOG_EXTENSION_INFORMATION_571=Loaded extension from file '%s' (build %s, \ +NOTICE_LOG_EXTENSION_INFORMATION_571=Loaded extension from file '%s' (build %s, \ revision %s) SEVERE_ERR_SASL_CREATE_SASL_SERVER_FAILED_572=Failed to create a SASL server \ for SASL mechanism %s using a server FQDN of %s -- Gitblit v1.10.0