Make that 'User abort.'

This commit is contained in:
Stefano Rivera 2011-03-06 01:12:24 +02:00
parent 6e485c2a7b
commit 1ce4774db7
3 changed files with 3 additions and 3 deletions

View File

@ -109,4 +109,4 @@ if __name__ == '__main__':
try: try:
main() main()
except KeyboardInterrupt: except KeyboardInterrupt:
Logger.normal('Aborting at user request') Logger.normal('User abort.')

View File

@ -87,4 +87,4 @@ if __name__ == '__main__':
try: try:
main() main()
except KeyboardInterrupt: except KeyboardInterrupt:
Logger.normal('Aborting at user request') Logger.normal('User abort.')

View File

@ -104,4 +104,4 @@ if __name__ == '__main__':
try: try:
main() main()
except KeyboardInterrupt: except KeyboardInterrupt:
Logger.normal('Aborting at user request') Logger.normal('User abort.')