[CalendarServer-changes] [3936] CalendarServer/branches/users/wsanchez/deployment/bin/caldav_warmup

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 30 22:13:53 PDT 2009


Revision: 3936
          http://trac.macosforge.org/projects/calendarserver/changeset/3936
Author:   wsanchez at apple.com
Date:     2009-03-30 22:13:53 -0700 (Mon, 30 Mar 2009)
Log Message:
-----------
print -> log

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/bin/caldav_warmup

Modified: CalendarServer/branches/users/wsanchez/deployment/bin/caldav_warmup
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/bin/caldav_warmup	2009-03-31 05:13:02 UTC (rev 3935)
+++ CalendarServer/branches/users/wsanchez/deployment/bin/caldav_warmup	2009-03-31 05:13:53 UTC (rev 3936)
@@ -302,7 +302,7 @@
                 # Add calendar to F/B set
                 #
                 if calendarHome.record == dummyDirectoryRecord:
-                    print "Unable to edit F/B info for %s" % (calendarHome,)
+                    log.err("Unable to edit F/B info for %s" % (calendarHome,))
                     continue
 
                 calendarURL = "/calendars/__uids__/%s/meetingmaker" % (calendarHome.record.guid,)
@@ -319,7 +319,6 @@
                     needFB = False
 
                     for href in hrefs:
-                        print "*"*10, href
                         if str(href) == calendarURL:
                             break
                     else:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090330/2818686a/attachment.html>


More information about the calendarserver-changes mailing list