From e433824f46514e6ed863eb6b95c70038331c8c24 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Tue, 24 Nov 2015 12:49:54 +0000
Subject: [PATCH] OPENDJ-2260 OPENDJ-2271 Integration of common audit into the server
---
opendj-server-legacy/src/messages/org/opends/messages/config.properties | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/opendj-server-legacy/src/messages/org/opends/messages/config.properties b/opendj-server-legacy/src/messages/org/opends/messages/config.properties
index 0d138a9..2123ab5 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/config.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/config.properties
@@ -942,3 +942,9 @@
WARN_CONFIG_LOGGING_UNSUPPORTED_FIELDS_IN_LOG_FORMAT_734=The log format \
for %s contains the folowing unsupported fields: %s. Their output will be \
replaced with a dash ("-") character
+ERR_CONFIG_LOGGER_CANNOT_UPDATE_LOGGER_735=An error occurred while \
+ attempting to update a Directory Server logger from the information in \
+ configuration entry %s: %s
+ERR_CONFIG_LOGGER_CANNOT_DELETE_LOGGER_736=An error occurred while \
+ attempting to delete a Directory Server logger from the information in \
+ configuration entry %s: %s
\ No newline at end of file
--
Gitblit v1.10.0