mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
Use Logger.normal
This commit is contained in:
parent
10e9b18ca7
commit
0e3a831df9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user