From 2f99a123487852052490510a0c85e6616656bc78 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 22 Jun 2009 15:29:11 +0000
Subject: [PATCH] Display a message when the startup timeout is reached informing the user of the existence of the --timeout argument.
---
opendj-sdk/opends/src/messages/messages/tools.properties | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index 2ff15b1..55b1bc3 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -2497,3 +2497,7 @@
a set of dsconfig commands to be executed
SEVERE_ERR_DSCFG_ERROR_BATCH_FILE_AND_INTERACTIVE_INCOMPATIBLE_1679=If you specify \
the {%s} argument you must also specify {%s}
+
+SEVERE_ERR_TIMEOUT_DURING_STARTUP_1680=The timeout of '%d' seconds to start \
+ the server was reached. You can use the argument '--%s' to increase this \
+ timeout.
--
Gitblit v1.10.0