[CalendarServer-changes] [2194] CalendarServer/branches/release/CalendarServer-1.2-dev/twistedcaldav /schedule.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 4 18:24:56 PST 2008


Revision: 2194
          http://trac.macosforge.org/projects/calendarserver/changeset/2194
Author:   cdaboo at apple.com
Date:     2008-03-04 18:24:56 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------
Undo incorrect merge.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.2-dev/twistedcaldav/schedule.py

Modified: CalendarServer/branches/release/CalendarServer-1.2-dev/twistedcaldav/schedule.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.2-dev/twistedcaldav/schedule.py	2008-03-05 01:53:38 UTC (rev 2193)
+++ CalendarServer/branches/release/CalendarServer-1.2-dev/twistedcaldav/schedule.py	2008-03-05 02:24:56 UTC (rev 2194)
@@ -277,7 +277,7 @@
 
         # X-CALENDARSERVER-ACCESS is not allowed in Outbox POSTs
         if calendar.hasProperty(Component.ACCESS_PROPERTY):
-            logging.err("X-CALENDARSERVER-ACCESS not allowed in a calendar component POST request: %s" % (calendar,), system="CalDAV Outbox POST")
+            log.err("X-CALENDARSERVER-ACCESS not allowed in a calendar component POST request: %s" % (calendar,), system="CalDAV Outbox POST")
             raise HTTPError(ErrorResponse(responsecode.FORBIDDEN, (calendarserver_namespace, "no-access-restrictions")))
     
         # Verify that the ORGANIZER's cu address maps to the request.uri

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080304/f336caca/attachment-0001.html 


More information about the calendarserver-changes mailing list