Removed redundant at console.

This commit is contained in:
Jeremy Fincher 2004-08-21 07:39:12 +00:00
parent 5bb43126a6
commit 8c25795723

View File

@ -86,7 +86,7 @@ def main():
continue continue
else: else:
interrupted = True interrupted = True
log.info('Exiting due to Ctrl-C at console. ' log.info('Exiting due to Ctrl-C. '
'If the bot doesn\'t exit within a few seconds, ' 'If the bot doesn\'t exit within a few seconds, '
'feel free to press Ctrl-C again to make it exit ' 'feel free to press Ctrl-C again to make it exit '
'without flushing its message queues.') 'without flushing its message queues.')