This commit is contained in:
Andrei Ivanov
2016-10-11 12:01:33 +02:00
committed by Rob Winch
parent 82349a3fb5
commit 5951d8a526
2 changed files with 4 additions and 4 deletions

View File

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

View File

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