From 629595fd01a0839a225afdfbb91e4771096a42e0 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Mon, 21 Jul 2014 18:47:06 +0000 Subject: QPID-5768 : Fix error message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612382 13f79535-47bb-0310-9956-ffa450edef68 --- .../security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java') diff --git a/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java b/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java index 94c297d8db..c4109b4682 100644 --- a/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java +++ b/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java @@ -371,7 +371,7 @@ public class SimpleLDAPAuthenticationManagerImpl extends AbstractAuthenticationM } catch (NamingException e) { - throw new ServerScopedRuntimeException("Unable to establish anonymous connection to the ldap server at " + _providerUrl, e); + throw new ServerScopedRuntimeException("Unable to establish connection to the ldap server at " + _providerUrl, e); } finally { -- cgit v1.2.1