From 5bf287bc9f92c5b0893e1dade87453be153d07c1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 17 Dec 2013 16:30:13 +0000
Subject: [PATCH] OPENDJ-1172 Deadlock between replication threads during shutdown

---
 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 5d66ce7..09ebfc1 100644
--- a/opends/src/messages/messages/replication.properties
+++ b/opends/src/messages/messages/replication.properties
@@ -77,13 +77,13 @@
  %s : %s
 SEVERE_ERR_EXCEPTION_DECODING_OPERATION_25=Error trying to replay %s, \
  operation could not be decoded :
-FATAL_ERR_CHANGELOG_SHUTDOWN_DATABASE_ERROR_26=Error Trying to use the \
- underlying database. The Replication Server is going to shut down
+FATAL_ERR_CHANGELOG_SHUTDOWN_DATABASE_ERROR_26=Error trying to use the \
+ underlying database. The Replication Server is going to shut down: %s
 SEVERE_ERR_ERROR_CLOSING_CHANGELOG_ENV_28=Error closing the Replication Server \
  database : %s
 SEVERE_ERR_EXCEPTION_CHANGELOG_TRIM_FLUSH_29=Error during the Replication \
  Server database trimming or flush process. The Changelog service is going to \
- shutdown
+ shutdown: %s
 SEVERE_ERR_WRITER_UNEXPECTED_EXCEPTION_32=An unexpected error happened \
  handling connection with %s.  This connection is going to be closed
 SEVERE_ERR_RS_ERROR_SENDING_ACK_33=In replication server %s: an unexpected error \

--
Gitblit v1.10.0