LDAP-230: Info on the information output, debug level on exception stacktrace.

This commit is contained in:
Mattias Hellborg Arthursson
2013-08-14 14:30:50 +02:00
parent 97cbfbedda
commit b2104e4d87

View File

@@ -179,8 +179,8 @@ public class DefaultDirContextValidator implements DirContextValidator {
}
}
if (this.logger.isDebugEnabled()) {
this.logger.debug("DirContext '" + dirContext + "' failed validation.");
if (this.logger.isInfoEnabled()) {
this.logger.info("DirContext '" + dirContext + "' failed validation.");
}
return false;
}