From ecfef39261a93e691fd5e52a2ce0b4b88a032bef Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Thu, 24 Jan 2008 17:19:15 +0000
Subject: [PATCH] Improved error handling in logger retention policy enforcement. The rotater thread will now handle exceptions rasied during rotation and/or retention runs.

---
 opends/src/messages/messages/log.properties |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/log.properties b/opends/src/messages/messages/log.properties
index 9c650bb..0d8bfb1 100644
--- a/opends/src/messages/messages/log.properties
+++ b/opends/src/messages/messages/log.properties
@@ -20,7 +20,7 @@
 #
 # CDDL HEADER END
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Portions Copyright 2006-2008 Sun Microsystems, Inc.
 
 
 
@@ -63,3 +63,9 @@
  permissions for the log file %s: %s
 MILD_WARN_LOGGER_UNABLE_SET_PERMISSIONS_9=This platform does not support \
  setting file permissions %s to the log file %s
+SEVERE_ERR_LOGGER_ERROR_LISTING_FILES_10=Error occured while listing log files \
+  named by policy with initial file name %s
+SEVERE_ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=Error occured while obtaining \
+  free disk space in the partition containing log file %s: %s
+SEVERE_ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=Error occured while \
+  enforcing retention policy %s for logger %s: %s
\ No newline at end of file

--
Gitblit v1.10.0