mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +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
|
pass
|
||||||
|
|
||||||
def die(self):
|
def die(self):
|
||||||
|
log.info('Driver for %s dying.', self.irc)
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
|
|
||||||
|
@ -84,6 +84,7 @@ class SupyIrcProtocol(LineReceiver):
|
|||||||
self.factory.irc.driver = self
|
self.factory.irc.driver = self
|
||||||
|
|
||||||
def die(self):
|
def die(self):
|
||||||
|
log.info('Driver for %s dying.', self.factory.irc)
|
||||||
self.factory.continueTrying = False
|
self.factory.continueTrying = False
|
||||||
self.transport.loseConnection()
|
self.transport.loseConnection()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user