Skip to content

Instantly share code, notes, and snippets.

@stpierre
Created January 13, 2012 20:30
Show Gist options
  • Save stpierre/1608545 to your computer and use it in GitHub Desktop.
Save stpierre/1608545 to your computer and use it in GitHub Desktop.
diff --git a/src/lib/Client/Tools/YUMng.py b/src/lib/Client/Tools/YUMng.py
index 5206ecc..acc84a4 100644
--- a/src/lib/Client/Tools/YUMng.py
+++ b/src/lib/Client/Tools/YUMng.py
@@ -214,6 +214,7 @@ class YUMng(Bcfg2.Client.Tools.PkgTool):
except AttributeError:
self.yb._getConfig(self.yb.conf.config_file_path,
debuglevel=debuglevel)
+ print "debuglevel = %s" % self.yb.conf.debuglevel
try:
self.yb.doConfigSetup()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment