summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgPlaintextGenerator.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-05-09 17:07:32 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-05-09 17:07:32 -0400
commit20479262fe2d860cddb3f1766e83d2a04b0b3a7f (patch)
treefd9f6e8cb335ccc2e6d63e0b2d92945b5c74adeb /src/lib/Bcfg2/Server/Plugins/Cfg/CfgPlaintextGenerator.py
parent148a01651bbdf627e4848f1b455ccfe79b8b5902 (diff)
downloadbcfg2-20479262fe2d860cddb3f1766e83d2a04b0b3a7f.tar.gz
bcfg2-20479262fe2d860cddb3f1766e83d2a04b0b3a7f.tar.bz2
bcfg2-20479262fe2d860cddb3f1766e83d2a04b0b3a7f.zip
added support for validating Cfg file contents using external commands
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Cfg/CfgPlaintextGenerator.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Cfg/CfgPlaintextGenerator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Cfg/CfgPlaintextGenerator.py b/src/lib/Bcfg2/Server/Plugins/Cfg/CfgPlaintextGenerator.py
index 3351209f3..8e9aab465 100644
--- a/src/lib/Bcfg2/Server/Plugins/Cfg/CfgPlaintextGenerator.py
+++ b/src/lib/Bcfg2/Server/Plugins/Cfg/CfgPlaintextGenerator.py
@@ -2,7 +2,7 @@ import logging
import Bcfg2.Server.Plugin
from Bcfg2.Server.Plugins.Cfg import CfgGenerator
-logger = logging.getLogger('Bcfg2.Plugins.Cfg')
+logger = logging.getLogger(__name__)
class CfgPlaintextGenerator(CfgGenerator):
pass