From 9cdbbebff18603dc9ce6b956577691216639d071 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 25 Feb 2001 23:07:28 +0000 Subject: Be explicit when we sent test mail. svn path=/trunk/; revision=3151 --- torturetest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'torturetest.py') diff --git a/torturetest.py b/torturetest.py index 1c8bd35b..e9524409 100755 --- a/torturetest.py +++ b/torturetest.py @@ -138,6 +138,7 @@ if __name__ == "__main__": sys.exit(0) elif switch == "-g": for site in sitelist: + print "Sending test mail to " + site.id() site.testmail() # Send test mail to each site sys.stdout.write("Delaying to give the test mail time to land...") -- cgit v1.2.3