Fix log on SASL failure.

Broken by 04b55805b8.
This commit is contained in:
Valentin Lorentz 2019-11-09 18:38:40 +01:00
parent 6a9462be00
commit 2dddfefa98
1 changed files with 1 additions and 1 deletions

View File

@ -1226,7 +1226,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
def do904(self, msg):
log.warning('%s: SASL authentication failed (mechanism: %s)',
self.network, self.sasl_next_mechanisms[0])
self.network, self.sasl_current_mechanism)
self.tryNextSaslMechanism()
def do905(self, msg):