summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Properties.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-07-15 10:33:25 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-07-15 10:33:25 -0400
commit156212c6fc294382198840e143f0867e0536601e (patch)
treebe498371820cdfb9c052772a53268ca8b6d535db /src/lib/Bcfg2/Server/Plugins/Properties.py
parenta42ef45ceb64dbd5bdd077f477b6ca8449f454b8 (diff)
downloadbcfg2-156212c6fc294382198840e143f0867e0536601e.tar.gz
bcfg2-156212c6fc294382198840e143f0867e0536601e.tar.bz2
bcfg2-156212c6fc294382198840e143f0867e0536601e.zip
Encryption: reduce noise from encryption failures when decrypt=lax
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Properties.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Properties.py b/src/lib/Bcfg2/Server/Plugins/Properties.py
index e97f66675..89f2d21ff 100644
--- a/src/lib/Bcfg2/Server/Plugins/Properties.py
+++ b/src/lib/Bcfg2/Server/Plugins/Properties.py
@@ -223,7 +223,7 @@ class XMLPropertyFile(Bcfg2.Server.Plugin.StructFile, PropertyFile):
if strict:
raise PluginExecutionError(msg)
else:
- LOGGER.warning(msg)
+ LOGGER.info(msg)
Index.__doc__ = Bcfg2.Server.Plugin.StructFile.Index.__doc__
def _decrypt(self, element):