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/StatusPanelController.java |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

diff --git a/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java b/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java
index 62bf36c..88a60a0 100644
--- a/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java
+++ b/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java
@@ -619,7 +619,7 @@
         if (!running)
         {
           updateProgress(getFormattedError(INFO_SUMMARY_START_ERROR.get()),
-                getFormattedError(INFO_ERROR_STARTING_SERVER_GENERIC.get(),
+                getFormattedError(ERR_STARTING_SERVER_GENERIC.get(),
                     true));
         }
         else
@@ -997,19 +997,6 @@
 
   /**
    * Returns the formatted representation of a progress message for a given
-   * text.
-   * @param text the source text from which we want to get the formatted
-   * representation
-   * @return the formatted representation of a progress message for the given
-   * text.
-   */
-  private Message getFormattedProgress(Message text)
-  {
-    return formatter.getFormattedProgress(text);
-  }
-
-  /**
-   * Returns the formatted representation of a progress message for a given
    * text with a line feed at the end.
    * @param text the source text from which we want to get the formatted
    * representation

--
Gitblit v1.10.0