Browse Source

Correct openssl package name in log message

Noticed someone using the incorrect package name in https://forums.sabnzbd.org/viewtopic.php?f=2&t=20018
pull/424/head
jcfp 9 years ago
parent
commit
cdf8c42d3d
  1. 2
      SABnzbd.py

2
SABnzbd.py

@ -526,7 +526,7 @@ def print_modules():
if sabnzbd.newswrapper.HAVE_SSL:
logging.info("pyOpenSSL... found (%s)", sabnzbd.newswrapper.HAVE_SSL)
else:
logging.info("pyOpenSSL... NOT found! - Try apt-get install python-pyopenssl (SSL is optional)")
logging.info("pyOpenSSL... NOT found! - Try apt-get install python-openssl (SSL is optional)")
def all_localhosts():

Loading…
Cancel
Save