From b9b49c232ad28c2ace82cd573ff7bef0ab98f294 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 07 Jul 2009 00:12:51 +0000
Subject: [PATCH] Improve the displayed messages when an ADSContextException occurs. i18n the messages of the ADSContextException. Make dsreplication consistent with the fix made for dsconfig (see issue 4091). Fix a bug in ADSContext when deleting the contents of the ADS. Fix a bug in the equivalent command display when the user chooses to disable all replication on a server or to disable the replication server.
---
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
index cc420a8..83af789 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -2697,7 +2697,7 @@
ReturnCode.CONFIGURATION_ERROR,
((isRemoteServer)
? INFO_REMOTE_ADS_EXCEPTION.get(
- getHostDisplay(auth), ace.getReason())
+ getHostDisplay(auth), ace.getMessageObject())
: INFO_ADS_EXCEPTION.get(ace.toString())), ace);
}
finally
--
Gitblit v1.10.0