Revision 3287
Added by Jing Tao over 17 years ago
src/edu/ucsb/nceas/metacat/AuthLdap.java | ||
---|---|---|
282 | 282 |
|
283 | 283 |
authenticated = true; |
284 | 284 |
} catch (java.io.IOException ioe) { |
285 |
logMetacat.warn("Caught IOException in login while negotiating TLS: "
|
|
285 |
logMetacat.info("Caught IOException in login while negotiating TLS: "
|
|
286 | 286 |
+ ioe.getMessage()); |
287 | 287 |
|
288 | 288 |
if(secureConnectionOnly){ |
Also available in: Unified diff
Change a log level. Sometime it confuses people.