Add debug logging of SASL mechanisms

This commit is contained in:
Valentin Lorentz 2022-07-29 09:45:09 +02:00
parent 796f717d09
commit f549ec12c6
1 changed files with 1 additions and 0 deletions

View File

@ -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',