From 081506cd0a6be7d9a124fedaa3c1357ab1c4588c Mon Sep 17 00:00:00 2001 From: pgamba <pgamba@localhost> Date: Mon, 26 May 2008 16:11:50 +0000 Subject: [PATCH] improve log for 2911 - dsreplication pre/post-external initialisation fails to clear all the changelogs --- opends/src/messages/messages/replication.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index 9efd1c4..d0e6d76 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -210,8 +210,8 @@ MILD_ERR_ERROR_MSG_RECEIVED_79=The following error has been received : <%s> MILD_ERR_IGNORING_UPDATE_FROM_80=Update <%s> received from server <%s> is \ ignored due to a bad generation ID of this server -MILD_ERR_IGNORING_UPDATE_TO_81=Update <%s> will not be sent to server %s that has \ -not the right generation ID +MILD_ERR_IGNORING_UPDATE_TO_81=In %s, update <%s> will not be sent to server %s\ + with generation ID=%s different from expected generation ID=%s SEVERE_ERR_INIT_IMPORT_NOT_SUPPORTED_82= Initialization cannot be done because \ import is not supported by the backend %s SEVERE_ERR_INIT_EXPORT_NOT_SUPPORTED_83= Initialization cannot be done because \ -- Gitblit v1.10.0