lower config parser log criticity (fix #236)

This commit is contained in:
ziirish 2018-01-05 23:52:00 +01:00
parent 1d0067c801
commit 010c65cc9a
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46

View file

@ -314,7 +314,7 @@ class BUIConfig(dict):
)
except validate.ValidateError as exp:
ret = default
self.logger.warning(
self.logger.info(
'{}\n[{}]:{} - found: {}, default: {} -> {}'.format(
str(exp),
section,