From 0fd90c090279ef6219681098df77d0ec8cb0c5cf Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 17 Feb 2009 14:21:24 +0000
Subject: [PATCH] Fix for issue #3797 (OpenDS should log it's instance path at startup.) Two new msgs are added. These msg are printed out     * when the server is started:     * by "start-ds -s"

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

diff --git a/opends/src/messages/messages/runtime_information.properties b/opends/src/messages/messages/runtime_information.properties
index c1697bd..a32c86c 100644
--- a/opends/src/messages/messages/runtime_information.properties
+++ b/opends/src/messages/messages/runtime_information.properties
@@ -20,7 +20,7 @@
 #
 # CDDL HEADER END
 #
-#      Copyright 2006-2008 Sun Microsystems, Inc.
+#      Copyright 2006-2009 Sun Microsystems, Inc.
 
 
 
@@ -73,4 +73,9 @@
 NOTICE_JVM_HOST_WITH_UNKNOWN_PHYSICAL_MEM_20=JVM Host: %s, running %s, \
                    unknown physical memory size, \
                    number of processors available %d
+NOTICE_INSTALL_DIRECTORY_21=Installation Directory:  %s
+NOTICE_UNKNOWN_INSTALL_DIRECTORY_22=Installation Directory:  unknown
+NOTICE_INSTANCE_DIRECTORY_23=Instance Directory:      %s
+NOTICE_UNKNOWN_INSTANCE_DIRECTORY_24=Instance Directory:      unknown
+
 

--
Gitblit v1.10.0