From 47ad5445b84bfedcf71353d2aebe46c65bd294a7 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Wed, 09 Oct 2013 11:12:19 +0000 Subject: [PATCH] OPENDJ-1116 Introduce abstraction for the changelog DB --- opends/src/messages/messages/replication.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index 2eef8cd..854cd46 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -492,7 +492,7 @@ SEVERE_ERR_REPLICATIONDB_CANNOT_PROCESS_CHANGE_RECORD_215=Replication server RS(%d) \ failed to parse change record with changenumber %s from the database. Error: %s SEVERE_ERR_SESSION_STARTUP_INTERRUPTED_216=%s was interrupted in the startup phase -MILD_ERR_READING_FIRST_THEN_LAST_IN_CHANGENUMBER_DATABASE_217=An error occurred \ - when accessing the change number database: impossible to read the last record \ - after having successfully read the first. Database might have been cleaned or \ +MILD_ERR_READING_OLDEST_THEN_NEWEST_IN_CHANGENUMBER_DATABASE_217=An error occurred \ + when accessing the change number database: impossible to read the newest record \ + after having successfully read the oldest. Database might have been cleaned or \ closed between successive reads -- Gitblit v1.10.0