added debug message for the problem, whihc was fixed in rev.800

This commit is contained in:
age 2007-02-09 20:37:23 +00:00
parent dd8eee9f09
commit fac3fbc76a
1 changed files with 2 additions and 0 deletions

View File

@ -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,