mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +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.INIT_SASL,
|
||||||
IrcStateFsm.States.CONNECTED_SASL,
|
IrcStateFsm.States.CONNECTED_SASL,
|
||||||
])
|
])
|
||||||
|
log.debug('Next SASL mechanisms: %s', self.sasl_next_mechanisms)
|
||||||
if self.sasl_next_mechanisms:
|
if self.sasl_next_mechanisms:
|
||||||
self.sasl_current_mechanism = self.sasl_next_mechanisms.pop(0)
|
self.sasl_current_mechanism = self.sasl_next_mechanisms.pop(0)
|
||||||
self.sendMsg(ircmsgs.IrcMsg(command='AUTHENTICATE',
|
self.sendMsg(ircmsgs.IrcMsg(command='AUTHENTICATE',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user