From eebe112fb9a05226379250e0773a43b219be18da Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 02 May 2007 19:22:13 +0000
Subject: [PATCH] mproves the amount of logging that is done in quicksetup applications.  Much of what was simply relayed to the user as progress messages is not logged also.

---
 opends/src/statuspanel/org/opends/statuspanel/i18n/ResourceProvider.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/statuspanel/org/opends/statuspanel/i18n/ResourceProvider.java b/opends/src/statuspanel/org/opends/statuspanel/i18n/ResourceProvider.java
index b3aabbe..0d0d403 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/i18n/ResourceProvider.java
+++ b/opends/src/statuspanel/org/opends/statuspanel/i18n/ResourceProvider.java
@@ -129,7 +129,7 @@
    * @throws IllegalArgumentException if the key could not be found in the
    * properties file.
    */
-  public String getMsg(String key, String[] args)
+  public String getMsg(String key, String... args)
   throws IllegalArgumentException
   {
     String msg;

--
Gitblit v1.10.0