summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugin/base.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-19 15:04:29 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-19 15:04:29 -0400
commit182f95cc48029617825dabede3fc812c36995146 (patch)
treef7b28c89d28bcab4fe1a26274d4438ba2845c2dc /src/lib/Bcfg2/Server/Plugin/base.py
parentd401641268aca4d93fd63abebe480fc8fee8ec24 (diff)
downloadbcfg2-182f95cc48029617825dabede3fc812c36995146.tar.gz
bcfg2-182f95cc48029617825dabede3fc812c36995146.tar.bz2
bcfg2-182f95cc48029617825dabede3fc812c36995146.zip
Core: added more debug logging for core methods
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugin/base.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugin/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Plugin/base.py b/src/lib/Bcfg2/Server/Plugin/base.py
index 25a687874..30645e445 100644
--- a/src/lib/Bcfg2/Server/Plugin/base.py
+++ b/src/lib/Bcfg2/Server/Plugin/base.py
@@ -122,6 +122,7 @@ class Plugin(Debuggable):
""" Perform shutdown tasks for the plugin
:returns: None """
+ self.debug_log("Shutting down %s plugin" % self.name)
self.running = False
def __str__(self):