mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
No need to issue a warning here *and* when we call connectSSL.
This commit is contained in:
parent
df2336505d
commit
24271c7b4e
@ -44,7 +44,7 @@ from twisted.internet.protocol import ReconnectingClientFactory
|
|||||||
try:
|
try:
|
||||||
from OpenSSL import SSL
|
from OpenSSL import SSL
|
||||||
except ImportError:
|
except ImportError:
|
||||||
drivers.log.warning('PyOpenSSL is not available, can not connect to SSL servers.')
|
drivers.log.debug('PyOpenSSL is not available, can not connect to SSL servers.')
|
||||||
SSL = None
|
SSL = None
|
||||||
|
|
||||||
class TwistedRunnerDriver(drivers.IrcDriver):
|
class TwistedRunnerDriver(drivers.IrcDriver):
|
||||||
|
Loading…
Reference in New Issue
Block a user