mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-11 03:50:44 +01:00
Fix log on SASL failure.
Broken by 04b55805b8175e0f29d0f4d77dbae2b91b96d5d1.
This commit is contained in:
parent
6a9462be00
commit
2dddfefa98
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user