From 1205a7a466d93932ca5dd190bbd01eddb13dee70 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Fri, 31 Aug 2007 21:28:39 +0000
Subject: [PATCH] Allows the upgrader to detect broken replication following an upgrade and improves the error notification.

---
 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 24b6c78..da6857b 100644
--- a/opends/src/messages/messages/replication.properties
+++ b/opends/src/messages/messages/replication.properties
@@ -80,8 +80,8 @@
  changes that this server has already processed
 NOTICE_NEED_MORE_THAN_ONE_CHANGELOG_SERVER_19=More than one replication \
  server should be configured
-NOTICE_EXCEPTION_STARTING_SESSION_20=Caught Exception during initial \
- communication with replication server :
+SEVERE_ERR_EXCEPTION_STARTING_SESSION_20=Caught exception during initial \
+ communication with replication server: %s
 MILD_ERR_CANNOT_RECOVER_CHANGES_21=Error when searching old changes from the \
  database for base DN %s
 NOTICE_COULD_NOT_FIND_CHANGELOG_WITH_MY_CHANGES_22=Could not find a \

--
Gitblit v1.10.0