From abeb087ab6ca1a28e9a2c5e4f1e781f10d37d3a8 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Fri, 17 Apr 2009 11:56:04 +0000 Subject: [PATCH] - [Issue 2233] log notices when any given task starts and ends execution. --- opendj-sdk/opends/src/messages/messages/task.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/task.properties b/opendj-sdk/opends/src/messages/messages/task.properties index c1e756a..86cbc40 100644 --- a/opendj-sdk/opends/src/messages/messages/task.properties +++ b/opendj-sdk/opends/src/messages/messages/task.properties @@ -194,3 +194,5 @@ SEVERE_ERR_TASK_LDAP_FAILED_TO_CONNECT_WRONG_PORT_106=Unable to connect to the \ server at %s on port %s. Check this port is an administration port INFO_TASK_STATE_RECURRING_107=Recurring +NOTICE_TASK_STARTED_108=%s task %s started execution +NOTICE_TASK_FINISHED_109=%s task %s finished execution -- Gitblit v1.10.0