[CalendarServer-changes] [1216] CalendarServer/trunk/twistedcaldav/tap.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 20 08:27:54 PST 2007


Revision: 1216
          http://trac.macosforge.org/projects/calendarserver/changeset/1216
Author:   cdaboo at apple.com
Date:     2007-02-20 08:27:54 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------
Wrong port number logged for SSL service.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/tap.py

Modified: CalendarServer/trunk/twistedcaldav/tap.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/tap.py	2007-02-20 15:44:30 UTC (rev 1215)
+++ CalendarServer/trunk/twistedcaldav/tap.py	2007-02-20 16:27:54 UTC (rev 1216)
@@ -441,7 +441,7 @@
             if config.SSLEnable:
                 from twisted.internet.ssl import DefaultOpenSSLContextFactory
                 log.msg("Adding SSL server at %s:%s" % (
-                    bindAddress, config.Port))
+                    bindAddress, config.SSLPort))
                 
                 httpsService = internet.SSLServer(
                     int(config.SSLPort),

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070220/5c763338/attachment.html


More information about the calendarserver-changes mailing list