[CalendarServer-changes] [11272] CalendarServer/trunk/txdav/caldav/datastore
source_changes at macosforge.org
source_changes at macosforge.org
Thu May 30 12:38:36 PDT 2013
Revision: 11272
http://trac.calendarserver.org//changeset/11272
Author: cdaboo at apple.com
Date: 2013-05-30 12:38:36 -0700 (Thu, 30 May 2013)
Log Message:
-----------
Whitespace.
Modified Paths:
--------------
CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/delivery.py
CalendarServer/trunk/txdav/caldav/datastore/util.py
Modified: CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/delivery.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/delivery.py 2013-05-30 19:15:47 UTC (rev 11271)
+++ CalendarServer/trunk/txdav/caldav/datastore/scheduling/imip/delivery.py 2013-05-30 19:38:36 UTC (rev 11272)
@@ -100,7 +100,6 @@
fromAddr = str(self.scheduler.originator.cuaddr)
-
log.debug("Submitting iMIP message... To: '%s', From :'%s'\n%s" % (toAddr, fromAddr, caldata,))
def enqueueOp(txn):
Modified: CalendarServer/trunk/txdav/caldav/datastore/util.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/util.py 2013-05-30 19:15:47 UTC (rev 11271)
+++ CalendarServer/trunk/txdav/caldav/datastore/util.py 2013-05-30 19:38:36 UTC (rev 11272)
@@ -669,9 +669,9 @@
yield calObj.setComponent(comp)
except:
log.failure(
- format = "Error while processing calendar/object %(calendarName)r %(calendarObject)r",
- failure = Failure(),
- calendarName = calendar.name(),
- calendarObject = calObj.name(),
+ format="Error while processing calendar/object %(calendarName)r %(calendarObject)r",
+ failure=Failure(),
+ calendarName=calendar.name(),
+ calendarObject=calObj.name(),
)
returnValue(fixedThisHome)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130530/806af5a8/attachment.html>
More information about the calendarserver-changes
mailing list