Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorjames <james@loggerhead.localdomain>2007-03-03 23:46:31 (GMT)
committer james <james@loggerhead.localdomain>2007-03-03 23:46:31 (GMT)
commit85a493976c32f57bdc4cc27820eacd4c3a2b32a0 (patch)
tree4189ce2c4052a1c4ca56dadb1bfe44d1029012aa /Config.py
parent29cbe5d2b4fb1ddab8152092031714e2c77e78ef (diff)
more use of DEBUG level to reduce printing
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.py b/Config.py
index c3f22c7..fb6f9e5 100644
--- a/Config.py
+++ b/Config.py
@@ -14,7 +14,7 @@ if os.path.isfile("DEBUG"):
if len(l): DEBUG = int( l )
else: DEBUG = 99
else:
- DEBUG = False
+ DEBUG = 0
print "Debug Level %d" % (DEBUG)