These logs are prettier in the reverse order.

This commit is contained in:
Jeremy Fincher 2004-08-07 00:58:00 +00:00
parent 7dbb8685f5
commit 3d1bc55460

View File

@ -76,8 +76,8 @@ def main():
try: try:
drivers.run() drivers.run()
except KeyboardInterrupt: except KeyboardInterrupt:
log.info('Exiting due to Ctrl-C.')
world.upkeep() world.upkeep()
log.info('Exiting due to Ctrl-C.')
break break
except SystemExit, e: except SystemExit, e:
s = str(e) s = str(e)