From c35c3f9718e3baaff60973610be4e7c76d15f238 Mon Sep 17 00:00:00 2001 From: pgamba <pgamba@localhost> Date: Wed, 21 Oct 2009 09:27:14 +0000 Subject: [PATCH] Fix #4304 ECL - wrong message (typo) if resync needed] --- opends/src/messages/messages/replication.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index a09b5a6..4e52d97 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -370,7 +370,7 @@ SEVERE_ERR_REPLICATION_PROTOCOL_MESSAGE_TYPE_157=Replication \ protocol error. Bad message type. %s received, %s required SEVERE_ERR_INVALID_COOKIE_FULL_RESYNC_REQUIRED_158=The provided cookie is \ - valid in the current context due to %s. Full resync is required + invalid in the current context due to %s. Full resync is required SEVERE_ERR_BYTE_COUNT_159=The Server Handler byte count is not correct (Fixed) NOTICE_ERR_FRACTIONAL_CONFIG_UNKNOWN_OBJECT_CLASS_160=Wrong fractional \ replication configuration: could not find object class definition for %s in \ -- Gitblit v1.10.0