Use Logger.normal

This commit is contained in:
Andreas Moog 2011-11-29 20:20:25 +01:00
parent 10e9b18ca7
commit 0e3a831df9

View File

@ -167,10 +167,8 @@ Content-Type: text/plain; charset=UTF-8
f.write(mail)
f.close()
print '''
The e-mail has been saved in %s and will be deleted
after succesful transmission
''' % f.name
Logger.normal('The e-mail has been saved in %s and will be deleted '
'after succesful transmission', f.name)
# connect to the server
while True: