From 0fbd274fb694c50ed0b599dfbda44560070b8f8a Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Tue, 23 Dec 2014 11:39:41 +0000
Subject: [PATCH] OPENDJ-1690 CR-5724 Fix file-based changelog purging

---
 opendj3-server-dev/src/messages/messages/replication.properties |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/opendj3-server-dev/src/messages/messages/replication.properties b/opendj3-server-dev/src/messages/messages/replication.properties
index 97fa2f5..28a7c0d 100644
--- a/opendj3-server-dev/src/messages/messages/replication.properties
+++ b/opendj3-server-dev/src/messages/messages/replication.properties
@@ -626,5 +626,9 @@
  perform a search request on cn=changelog
 ERR_CHANGELOG_BACKEND_SEARCH_286 =An error occurred when \
  searching base DN '%s' with filter '%s' in changelog backend : %s
-ERR_CHANGELOG_BACKEND_ATTRIBUTE_287 =An error occurred when \
- retrieving attribute value for attribute '%s' for entry DN '%s' in changelog backend : %s
\ No newline at end of file
+ERR_CHANGELOG_BACKEND_ATTRIBUTE_287=An error occurred when \
+ retrieving attribute value for attribute '%s' for entry DN '%s' in changelog backend : %s
+ERR_CHANGELOG_UNABLE_TO_CREATE_LAST_LOG_ROTATION_TIME_FILE_288=Could not create \
+ file '%s' to store last log rotation time %d
+ERR_CHANGELOG_UNABLE_TO_DELETE_LAST_LOG_ROTATION_TIME_FILE_289=Could not delete \
+ file '%s' that stored the previous last log rotation time
\ No newline at end of file

--
Gitblit v1.10.0