From 56c163cf12677c431d518ecb6cf36b9f650fa601 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

---
 opends/src/messages/messages/extension_ca_ES.properties |   52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 51 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/extension_ca_ES.properties b/opends/src/messages/messages/extension_ca_ES.properties
index 71f9cf6..9237347 100644
--- a/opends/src/messages/messages/extension_ca_ES.properties
+++ b/opends/src/messages/messages/extension_ca_ES.properties
@@ -1,2 +1,52 @@
-INFO_LOG_EXTENSION_INFORMATION_571=Carregada l'extensi\u00f3 des del fitxer '%s' (construcci\u00f3 %s, revisi\u00f3 %s)
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at
+# trunk/opends/resource/legal-notices/OpenDS.LICENSE
+# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at
+# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
+# add the following below this CDDL HEADER, with the fields enclosed
+# by brackets "[]" replaced with your own identifying information:
+#      Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#      Copyright 2006-2010 Sun Microsystems, Inc.
+#      Portions Copyright 2011-2012 ForgeRock AS
+
+
+
+#
+# Global directives
+#
+global.category=EXTENSIONS
+
+#
+# Format string definitions
+#
+# Keys must be formatted as follows:
+#
+# [SEVERITY]_[DESCRIPTION]_[ORDINAL]
+#
+# where:
+#
+# SEVERITY is one of:
+# [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE]
+#
+# DESCRIPTION is an upper case string providing a hint as to the context of
+# the message in upper case with the underscore ('_') character serving as
+# word separator
+#
+# ORDINAL is an integer unique among other ordinals in this file
+#
+NOTICE_LOG_EXTENSION_INFORMATION_571=Carregada l'extensi\u00f3 des del fitxer '%s' (construcci\u00f3 %s, revisi\u00f3 %s)
 SEVERE_ERR_SASL_GSSAPI_KEYTAB_INVALID_573=Error en la inicialitzaci\u00f3 de l'encarregat SASL GSSAPI ja qu\u00e8 el fitxer keytab %s no existeix

--
Gitblit v1.10.0