mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Log SASL mechanism on failure. Closes GH-1014.
This commit is contained in:
parent
813f688858
commit
04b55805b8
@ -1225,7 +1225,8 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
|
|||||||
self.endCapabilityNegociation()
|
self.endCapabilityNegociation()
|
||||||
|
|
||||||
def do904(self, msg):
|
def do904(self, msg):
|
||||||
log.warning('%s: SASL authentication failed', self.network)
|
log.warning('%s: SASL authentication failed (mechanism: %s)',
|
||||||
|
self.network, self.sasl_next_mechanisms[0])
|
||||||
self.tryNextSaslMechanism()
|
self.tryNextSaslMechanism()
|
||||||
|
|
||||||
def do905(self, msg):
|
def do905(self, msg):
|
||||||
|
Loading…
Reference in New Issue
Block a user