summaryrefslogtreecommitdiff
path: root/paste/debug
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-03-17 15:17:32 +0000
committerianb <devnull@localhost>2007-03-17 15:17:32 +0000
commit3124fa583061436b4a1a6ce849a05f2df1e637eb (patch)
treef1a98c9d3c237ca0af57aee2ec2fc07e69a6e6b6 /paste/debug
parentf29590d38bbc753e9352e90defc9ab5465162441 (diff)
downloadpaste-3124fa583061436b4a1a6ce849a05f2df1e637eb.tar.gz
fix some typos, from pythy
Diffstat (limited to 'paste/debug')
-rw-r--r--paste/debug/watchthreads.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paste/debug/watchthreads.py b/paste/debug/watchthreads.py
index f6d5404..8e39f8b 100644
--- a/paste/debug/watchthreads.py
+++ b/paste/debug/watchthreads.py
@@ -182,6 +182,7 @@ class WatchThreads(object):
self.allow_kill = allow_kill
def __call__(self, environ, start_response):
+ print 'starting watch_threads call'
if 'paste.httpserver.thread_pool' not in environ:
start_response('403 Forbidden', [('Content-type', 'text/plain')])
return ['You must use the threaded Paste HTTP server to use this application']