[CalendarServer-changes] [2460] CalendarServer/trunk/twistedcaldav/schedule.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 23 11:59:30 PDT 2008


Revision: 2460
          http://trac.macosforge.org/projects/calendarserver/changeset/2460
Author:   wsanchez at apple.com
Date:     2008-05-23 11:59:30 -0700 (Fri, 23 May 2008)

Log Message:
-----------
This is debug

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

Modified: CalendarServer/trunk/twistedcaldav/schedule.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/schedule.py	2008-05-23 18:58:21 UTC (rev 2459)
+++ CalendarServer/trunk/twistedcaldav/schedule.py	2008-05-23 18:59:30 UTC (rev 2460)
@@ -315,7 +315,7 @@
                 raise HTTPError(ErrorResponse(responsecode.FORBIDDEN, (caldav_namespace, "attendee-allowed")))
 
         # For free-busy do immediate determination of iTIP result rather than fan-out
-        self.log_info("METHOD: %s, Component: %s" % (calendar.propertyValue("METHOD"), calendar.mainType(),))
+        self.log_debug("METHOD: %s, Component: %s" % (calendar.propertyValue("METHOD"), calendar.mainType(),))
         if (calendar.propertyValue("METHOD") == "REQUEST") and (calendar.mainType() == "VFREEBUSY"):
             # Extract time range from VFREEBUSY object
             vfreebusies = [v for v in calendar.subcomponents() if v.name() == "VFREEBUSY"]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080523/0030f674/attachment.htm 


More information about the calendarserver-changes mailing list