diff options
-rwxr-xr-x | torturetest.py | 1 |
1 files changed, 1 insertions, 0 deletions
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...") |