[CalendarServer-changes] [9781] CalendarServer/trunk/twext/web2/channel/http.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 5 18:09:12 PDT 2012


Revision: 9781
          http://trac.macosforge.org/projects/calendarserver/changeset/9781
Author:   sagen at apple.com
Date:     2012-09-05 18:09:11 -0700 (Wed, 05 Sep 2012)
Log Message:
-----------
Log aborted requests

Modified Paths:
--------------
    CalendarServer/trunk/twext/web2/channel/http.py

Modified: CalendarServer/trunk/twext/web2/channel/http.py
===================================================================
--- CalendarServer/trunk/twext/web2/channel/http.py	2012-09-05 21:45:33 UTC (rev 9780)
+++ CalendarServer/trunk/twext/web2/channel/http.py	2012-09-06 01:09:11 UTC (rev 9781)
@@ -657,6 +657,7 @@
         self.write(text)
         self.write("\n")
         self.finish()
+        log.warn("Aborted request (%d) %s" % (errorcode, text))
         raise AbortedException
     
     def _cleanup(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120905/52697a9d/attachment.html>


More information about the calendarserver-changes mailing list