mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Added an extra log message or two.
This commit is contained in:
parent
2dbbdb7a4c
commit
22767c2ed7
@ -118,6 +118,7 @@ class AsyncoreDriver(asynchat.async_chat, object):
|
||||
pass
|
||||
|
||||
def die(self):
|
||||
log.info('Driver for %s dying.', self.irc)
|
||||
self.close()
|
||||
|
||||
|
||||
|
@ -84,6 +84,7 @@ class SupyIrcProtocol(LineReceiver):
|
||||
self.factory.irc.driver = self
|
||||
|
||||
def die(self):
|
||||
log.info('Driver for %s dying.', self.factory.irc)
|
||||
self.factory.continueTrying = False
|
||||
self.transport.loseConnection()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user