mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Add debug logging of SASL mechanisms
This commit is contained in:
parent
796f717d09
commit
f549ec12c6
@ -1862,6 +1862,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
|
||||
IrcStateFsm.States.INIT_SASL,
|
||||
IrcStateFsm.States.CONNECTED_SASL,
|
||||
])
|
||||
log.debug('Next SASL mechanisms: %s', self.sasl_next_mechanisms)
|
||||
if self.sasl_next_mechanisms:
|
||||
self.sasl_current_mechanism = self.sasl_next_mechanisms.pop(0)
|
||||
self.sendMsg(ircmsgs.IrcMsg(command='AUTHENTICATE',
|
||||
|
Loading…
Reference in New Issue
Block a user