From fac3fbc76a80c64ae458e9f831107271b4c46731 Mon Sep 17 00:00:00 2001 From: age Date: Fri, 9 Feb 2007 20:37:23 +0000 Subject: [PATCH] added debug message for the problem, whihc was fixed in rev.800 --- plugins/encrypted_webinterface/encrypted_webinterface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/encrypted_webinterface/encrypted_webinterface.py b/plugins/encrypted_webinterface/encrypted_webinterface.py index 2dd6418..bd60b6b 100644 --- a/plugins/encrypted_webinterface/encrypted_webinterface.py +++ b/plugins/encrypted_webinterface/encrypted_webinterface.py @@ -183,6 +183,8 @@ class encrypted_webinterface(cryptobox.plugins.base.CryptoBoxPlugin): ## retrieve currently requested port (not necessarily the port served ## by cherrypy - e.g. in a proxy setup) request_port = cherrypy.config.get("server.socket_port", 80) + self.cbox.log.debug("[encrypted_webinterface] starting stunnel \ + on port %s" % request_port) proc = subprocess.Popen( shell = False, stdout = subprocess.PIPE,