From 7202af24c668dba3f56c85a178bbe57c69d15691 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 09 Sep 2009 17:57:29 +0000
Subject: [PATCH] Fix for issue 4224 (The error messages connecting to server are not consistent)
---
opends/src/guitools/org/opends/guitools/uninstaller/ui/LoginDialog.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/ui/LoginDialog.java b/opends/src/guitools/org/opends/guitools/uninstaller/ui/LoginDialog.java
index cd7be62..a25c30e 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/ui/LoginDialog.java
+++ b/opends/src/guitools/org/opends/guitools/uninstaller/ui/LoginDialog.java
@@ -533,7 +533,7 @@
{
// Generic message
displayError(
- ERR_CANNOT_CONNECT_TO_LOGIN_WITHOUT_CAUSE.get(),
+ Utils.getMessageForException((NamingException)throwable),
INFO_ERROR_TITLE.get());
}
}
--
Gitblit v1.10.0