[CalendarServer-changes] [828] CalendarServer/trunk/twistedcaldav/directory/principal.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 14 16:01:32 PST 2006


Revision: 828
          http://trac.macosforge.org/projects/calendarserver/changeset/828
Author:   wsanchez at apple.com
Date:     2006-12-14 16:01:31 -0800 (Thu, 14 Dec 2006)

Log Message:
-----------
log

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/principal.py

Modified: CalendarServer/trunk/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/principal.py	2006-12-14 22:16:47 UTC (rev 827)
+++ CalendarServer/trunk/twistedcaldav/directory/principal.py	2006-12-15 00:01:31 UTC (rev 828)
@@ -132,6 +132,7 @@
     ##
 
     def createSimilarFile(self, path):
+        log.err("Attempt to create clone %r of resource %r" % (path, self))
         raise HTTPError(responsecode.NOT_FOUND)
 
     def getChild(self, name):
@@ -184,6 +185,7 @@
     ##
 
     def createSimilarFile(self, path):
+        log.err("Attempt to create clone %r of resource %r" % (path, self))
         raise HTTPError(responsecode.NOT_FOUND)
 
     def getChild(self, name, record=None):

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


More information about the calendarserver-changes mailing list