From f0ad7d963703f4a8debd98bd6785e69e407dc13f Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 30 Oct 2013 16:49:18 +0000
Subject: [PATCH] InitializeTargetTask.java: In runTask(), improved error logging in case of exceptions. Little code cleanup.

---
 opends/src/messages/messages/replication.properties |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties
index adf6109..eb9abc4 100644
--- a/opends/src/messages/messages/replication.properties
+++ b/opends/src/messages/messages/replication.properties
@@ -95,7 +95,7 @@
 MILD_ERR_LOOP_REPLAYING_OPERATION_35=A loop was detected while replaying \
  operation: %s error %s
 MILD_ERR_FILE_CHECK_CREATE_FAILED_36=An Exception was caught while testing \
- existence or trying  to create the directory for the Replication Server \
+ existence or trying to create the directory for the Replication Server \
  database : %s
 SEVERE_ERR_SIMULTANEOUS_IMPORT_EXPORT_REJECTED_44=The current request is \
  rejected due to an import or an export already in progress for the same data
@@ -137,7 +137,7 @@
  ChangeNumber %s error %s %s
 MILD_ERR_UNKNOWN_ATTRIBUTE_IN_HISTORICAL_68=The entry %s has historical \
  information for attribute %s which is not defined in the schema. This \
-  information will be ignored
+ information will be ignored
 NOTICE_UNRESOLVED_CONFLICT_69=An unresolved conflict was detected for DN %s
 SEVERE_ERR_COULD_NOT_CLOSE_THE_SOCKET_70=The Replication Server socket could not \
  be closed : %s
@@ -148,8 +148,8 @@
 SEVERE_ERR_SEARCHING_DOMAIN_BACKEND_74=An unexpected error occurred when \
 looking for the replicated backend : %s. It may be not configured or disabled
 SEVERE_ERR_LOADING_GENERATION_ID_75=An unexpected error occurred when \
-searching in %s for the generation ID  : %s
-SEVERE_ERR_UPDATING_GENERATION_ID_76=An unexpected error %s occurred  \
+searching in %s for the generation ID : %s
+SEVERE_ERR_UPDATING_GENERATION_ID_76=An unexpected error %s occurred \
 when updating generation ID for the domain : %s
 MILD_ERR_ERROR_MSG_RECEIVED_79=The following error has been received : %s
 SEVERE_ERR_INIT_IMPORT_NOT_SUPPORTED_82= Initialization cannot be done because \
@@ -181,10 +181,10 @@
 SEVERE_ERR_UNKNOWN_DN_95=The base DN %s is not stored by any of the \
  Directory Server backend
 SEVERE_ERR_REPLICATONBACKEND_IMPORT_LDIF_NOT_SUPPORTED_98=The replication \
-  server backend does not support the import ldif function
+ server backend does not support the import ldif function
 SEVERE_ERR_REPLICATONBACKEND_EXPORT_LDIF_FAILED_99=The replication \
-  server backend cannot export its entries in LDIF format because the \
-  export-ldif command must be run as a task
+ server backend cannot export its entries in LDIF format because the \
+ export-ldif command must be run as a task
 SEVERE_ERR_PROCESSING_REMOTE_MONITOR_DATA_107=Monitor data of remote servers \
  are missing due to a processing error : %s
 SEVERE_ERR_SENDING_REMOTE_MONITOR_DATA_REQUEST_108=Unable to send monitor data \

--
Gitblit v1.10.0