This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to tag 0.5
in repository https://gitbox.apache.org/repos/asf/bval.git
commit 627a161706c64e2bc0e038d92240cefd08bee74e
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Mon Sep 17 18:28:54 2012 +0000
[BVAL-112] reduce visibility of ignoreXmlConfiguration message
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1386760
13f79535-47bb-0310-9956-ffa450edef68
---
bval-jsr303/src/main/java/org/apache/bval/jsr303/ConfigurationImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/bval-jsr303/src/main/java/org/apache/bval/jsr303/ConfigurationImpl.java
b/bval-jsr303/src/main/java/org/apache/bval/jsr303/ConfigurationImpl.java
index 27a1c42..4035cca 100644
--- a/bval-jsr303/src/main/java/org/apache/bval/jsr303/ConfigurationImpl.java
+++ b/bval-jsr303/src/main/java/org/apache/bval/jsr303/ConfigurationImpl.java
@@ -263,7 +263,7 @@ public class ConfigurationImpl implements
ApacheValidatorConfiguration, Configur
/** Check whether a validation.xml file exists and parses it with JAXB */
private void parseValidationXml() {
if (isIgnoreXmlConfiguration()) {
- log.info("ignoreXmlConfiguration == true");
+ log.config("ignoreXmlConfiguration == true");
} else {
new
ValidationParser(getProperties().get(Properties.VALIDATION_XML_PATH))
.processValidationConfig(this);