WARN log for soft SASL failure

This commit is contained in:
jesopo 2019-06-17 18:22:12 +01:00
parent ee9a67730a
commit 4bcc02f32d

View file

@ -155,4 +155,5 @@ class Module(ModuleManager.BaseModule):
else: else:
self.bot.panic(reason=message) self.bot.panic(reason=message)
else: else:
self.log.warn("SASL failure for %s: %s" % (str(server), message))
self._end_sasl(server) self._end_sasl(server)