From 6cb87ad6702e27103205f6e7007a39cc0feeb762 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Wed, 14 May 2014 13:07:51 +0000 Subject: [PATCH] Code cleanup. --- 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 a1ae60f..40600ff 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -118,11 +118,11 @@ SEVERE_ERR_BAD_HISTORICAL_56=Entry %s was containing some unknown historical \ information, This may cause some inconsistency for this entry MILD_ERR_CANNOT_ADD_CONFLICT_ATTRIBUTE_57=A conflict was detected but the \ - conflict information could not be added. Operation : + conflict information could not be added. Operation: %s, Result: %s MILD_ERR_CANNOT_RENAME_CONFLICT_ENTRY_58=An error happened trying to \ - rename a conflicting entry : + rename a conflicting entry. DN: %s, Operation: %s, Result: %s MILD_ERR_EXCEPTION_RENAME_CONFLICT_ENTRY_59=An Exception happened when \ - trying to rename a conflicting entry : + trying to rename a conflicting entry. DN: %s, Operation: %s, Stacktrace: %s SEVERE_ERR_REPLICATION_COULD_NOT_CONNECT_61=The Replication is configured for \ suffix %s but was not able to connect to any Replication Server SEVERE_ERR_CHANGELOG_ERROR_SENDING_ERROR_65=An unexpected error occurred \ -- Gitblit v1.10.0