Author: justi9
Date: 2008-12-10 15:00:18 -0500 (Wed, 10 Dec 2008)
New Revision: 2965
Modified:
mgmt/trunk/mint/python/mint/tools.py
Log:
Make debug conditional again
Modified: mgmt/trunk/mint/python/mint/tools.py
===================================================================
--- mgmt/trunk/mint/python/mint/tools.py 2008-12-10 19:23:13 UTC (rev 2964)
+++ mgmt/trunk/mint/python/mint/tools.py 2008-12-10 20:00:18 UTC (rev 2965)
@@ -89,7 +89,7 @@
model = MintModel(opts.get("data", ddef),
int(opts.get("expire-frequency", freqDefault)),
int(opts.get("expire-threshold", thresholdDefault)),
- debug=True)
+ debug="debug" in opts)
model.check()
model.init()
Show replies by date