- move notice messages where they belong.
| | |
| | | specify the number of lock tables: defaulting to %d |
| | | 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 |
| | |
| | | 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 |
| | |
| | | import static org.opends.server.loggers.debug.DebugLogger.*; |
| | | import static org.opends.server.loggers.ErrorLogger.*; |
| | | import static org.opends.messages.BackendMessages.*; |
| | | import static org.opends.messages.TaskMessages.*; |
| | | |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | |