From 0af5344500b0f427af6b215820d9de078277c868 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 21 Aug 2007 21:03:35 +0000
Subject: [PATCH] Update the messages in admin_tool.properties to use the proper severity and not only the INFO severity.
---
opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java b/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java
index 0afa8ef..d5ac976 100644
--- a/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java
+++ b/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java
@@ -127,14 +127,14 @@
if (logFileName != null)
{
System.err.println(StaticUtils.wrapText(
- INFO_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS.get(
+ ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS.get(
logFileName),
Utils.getCommandLineMaxLineWidth()));
}
else
{
System.err.println(StaticUtils.wrapText(
- INFO_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED.get(),
+ ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED.get(),
Utils.getCommandLineMaxLineWidth()));
}
System.exit(exitCode);
--
Gitblit v1.10.0