summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-09 22:50:25 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-09 22:50:25 +0200
commitb9655d33319a28568aaaa21afd82e70a4cb8c243 (patch)
tree011e0126e124277b4cd93502668d6668be04a8b1
parentMerge pull request #1407 from GammaC0de/GammaC0de-patch-1 (diff)
parentUpdate ClickAndLoad.py (diff)
downloadpyload-b9655d33319a28568aaaa21afd82e70a4cb8c243.tar.xz
Merge pull request #1408 from GammaC0de/GammaC0de-patch-1
[ClickAndLoad] update
-rw-r--r--module/plugins/hooks/ClickAndLoad.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ClickAndLoad.py b/module/plugins/hooks/ClickAndLoad.py
index 1fa89840b..eb242de1f 100644
--- a/module/plugins/hooks/ClickAndLoad.py
+++ b/module/plugins/hooks/ClickAndLoad.py
@@ -90,7 +90,7 @@ class ClickAndLoad(Hook):
server_socket = ssl.wrap_socket(server_socket)
except NameError:
- self.logError(_("pyLoad's webinterface is configured to use HTTPS, Please install python's ssl lib or
+ self.logError(_("pyLoad's webinterface is configured to use HTTPS, Please install python's ssl lib or disable HTTPS"))
client_socket.close() #: reset the connection.
continue