mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +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:
|
||||
from OpenSSL import SSL
|
||||
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
|
||||
|
||||
class TwistedRunnerDriver(drivers.IrcDriver):
|
||||
|
Loading…
Reference in New Issue
Block a user