From 1a8d13702e080132d0d8232eab7c2104d52d02ec 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. --- opendj-sdk/opends/src/messages/messages/backend.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/backend.properties b/opendj-sdk/opends/src/messages/messages/backend.properties index eb3231d..a09e771 100644 --- a/opendj-sdk/opends/src/messages/messages/backend.properties +++ b/opendj-sdk/opends/src/messages/messages/backend.properties @@ -21,7 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. -# Portions Copyright 2011 ForgeRock AS +# Portions Copyright 2011-2013 ForgeRock AS # @@ -1030,7 +1030,7 @@ SEVERE_ERR_TASKSCHED_DEPENDENCY_MISSING_412=Unable to schedule task %s \ because its dependency task %s is missing NOTICE_TASK_STARTED_413=%s task %s started execution -NOTICE_TASK_FINISHED_414=%s task %s finished execution +NOTICE_TASK_FINISHED_414=%s task %s finished execution in the state %s MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=Unable to \ add ldap syntax description with OID %s because it conflicts with an existing ldap syntax description MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=Unable to remove ldap syntax \ -- Gitblit v1.10.0