From c888ad173543559089d2e0a93b6c1bfc8c1868dc Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 24 Apr 2007 22:40:57 +0000
Subject: [PATCH] Make several significant changes to the OpenDS code base, including:
---
opendj-sdk/opends/src/server/org/opends/server/messages/LoggerMessages.java | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/messages/LoggerMessages.java b/opendj-sdk/opends/src/server/org/opends/server/messages/LoggerMessages.java
index 2895bb0..2310ab7 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/messages/LoggerMessages.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/messages/LoggerMessages.java
@@ -137,39 +137,39 @@
{
registerMessage(MSGID_LOG_ACCESS_CANNOT_ADD_FILE_HANDLER,
"Unable to add a file handler for the Directory Server " +
- "access logger: %s.");
+ "access logger: %s");
registerMessage(MSGID_LOG_ERROR_CANNOT_ADD_FILE_HANDLER,
"Unable to add a file handler for the Directory Server " +
- "error logger: %s.");
+ "error logger: %s");
registerMessage(MSGID_LOG_DEBUG_CANNOT_ADD_FILE_HANDLER,
"Unable to add a file handler for the Directory Server " +
- "debug logger: %s.");
+ "debug logger: %s");
registerMessage(MSGID_LOG_DESCRIPTION_SSL_CERT_NICKNAME,
"Specifies the nickname of the certificate that the " +
"connection handler should use when accepting SSL-based " +
"connections or performing StartTLS negotiation. " +
"Changes to this configuration attribute will not take " +
"effect until the connection handler is disabled and " +
- "re-enabled, or until the Directory Server is restarted.");
+ "re-enabled, or until the Directory Server is restarted");
registerMessage(MSGID_LOGGER_ROTATION_SIZE_LIMIT,
"Specifies the size limit for the file before rotation " +
- "takes place.");
+ "takes place");
registerMessage(MSGID_LOGGER_ROTATION_FIXED_TIME_LIMIT,
"Specifies the time interval before the log file rotation" +
- " takes place.");
+ " takes place");
registerMessage(MSGID_LOGGER_RETENTION_NUMBER_OF_FILES,
"Specifies the number of log files that need to " +
- " be retained.");
+ " be retained");
registerMessage(MSGID_LOGGER_RETENTION_DISK_SPACE_USED,
"Specifies the amount of disk space that log files " +
- " can use.");
+ " can use");
registerMessage(MSGID_LOGGER_THREAD_INTERVAL,
"Specifies the time interval that the logger thread " +
- " wakes up after.");
+ " wakes up after");
registerMessage(MSGID_LOGGER_BUFFER_SIZE,
- "Specifies the log file buffer size.");
+ "Specifies the log file buffer size");
registerMessage(MSGID_LOGGER_RETENTION_FREE_DISK_SPACE,
- "Specifies the free disk space allowed.");
+ "Specifies the free disk space allowed");
}
}
--
Gitblit v1.10.0