[CalendarServer-changes] [6606] CalendarServer/branches/users/glyph/dont-start-postgres/ calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 10 18:55:41 PST 2010


Revision: 6606
          http://trac.macosforge.org/projects/calendarserver/changeset/6606
Author:   glyph at apple.com
Date:     2010-11-10 18:55:38 -0800 (Wed, 10 Nov 2010)
Log Message:
-----------
AF_INET, not IF_INET

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/dont-start-postgres/calendarserver/tap/caldav.py

Modified: CalendarServer/branches/users/glyph/dont-start-postgres/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/branches/users/glyph/dont-start-postgres/calendarserver/tap/caldav.py	2010-11-11 02:55:26 UTC (rev 6605)
+++ CalendarServer/branches/users/glyph/dont-start-postgres/calendarserver/tap/caldav.py	2010-11-11 02:55:38 UTC (rev 6606)
@@ -639,7 +639,7 @@
                 id = config.ControlSocket
                 self.log_info("Logging via AF_UNIX: %s" % (id,))
             else:
-                mode = "IF_INET"
+                mode = "AF_INET"
                 id = int(config.ControlPort)
                 self.log_info("Logging via AF_INET: %d" % (id,))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101110/a93c5e6d/attachment-0001.html>


More information about the calendarserver-changes mailing list