Skip to content

Commit 9362588

Browse files
Update Test.java
1 parent 827f534 commit 9362588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Test.java

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ private static Pair<String, DirContext> getContext(final Properties props) {
5757
try {
5858
return new Pair<String, DirContext>(ldapUrl, new InitialDirContext(env));
5959
} catch (Exception e) {
60+
theLogger.severe(e.getMessage());
6061
theLogger.info("Failed to connect to ldap instance [" + ldapUrl.trim() + "]. Trying next...\n");
6162
}
6263
}

0 commit comments

Comments
 (0)