From 87497ed0e391dd1da841daef23dd1b3cc40b8d31 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 22 Dec 1999 23:42:57 +0000 Subject: Added some logging so we can try to figure out why some posts are taking longer than 16 minutes to complete. --- scripts/post | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/post b/scripts/post index b6133247a..1b682283b 100755 --- a/scripts/post +++ b/scripts/post @@ -82,4 +82,6 @@ def main(): if __name__ == '__main__': + sys.stderr.write('starting\n') main() + sys.stderr.write('ending\n') -- cgit v1.3.1