We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827f534 commit 9362588Copy full SHA for 9362588
Test.java
@@ -57,6 +57,7 @@ private static Pair<String, DirContext> getContext(final Properties props) {
57
try {
58
return new Pair<String, DirContext>(ldapUrl, new InitialDirContext(env));
59
} catch (Exception e) {
60
+ theLogger.severe(e.getMessage());
61
theLogger.info("Failed to connect to ldap instance [" + ldapUrl.trim() + "]. Trying next...\n");
62
}
63
0 commit comments