From c2bc444bdc7e4ac083bbdf72ce8eb77ff020f662 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Tue, 28 Jan 2014 16:29:45 +0000 Subject: [PATCH] Misc improvements to replication Session error reporting. --- opendj3-server-dev/src/messages/messages/replication.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj3-server-dev/src/messages/messages/replication.properties b/opendj3-server-dev/src/messages/messages/replication.properties index 320a76e..189ff40 100644 --- a/opendj3-server-dev/src/messages/messages/replication.properties +++ b/opendj3-server-dev/src/messages/messages/replication.properties @@ -110,7 +110,7 @@ SEVERE_ERR_COULD_NOT_SOLVE_HOSTNAME_51=The hostname %s could not be resolved \ as an IP address NOTICE_READER_NULL_MSG_52=Received a Null Msg from %s -NOTICE_READER_EXCEPTION_53=Exception when reading messages from %s +NOTICE_READER_EXCEPTION_53=Exception when reading messages from %s: %s SEVERE_ERR_DUPLICATE_SERVER_ID_54=In Replication server %s: servers %s and %s \ have the same ServerId : %d SEVERE_ERR_DUPLICATE_REPLICATION_SERVER_ID_55=In Replication server %s: \ -- Gitblit v1.10.0