[CalendarServer-changes] [9212] CalendarServer/trunk/twext/internet/adaptendpoint.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 27 13:07:57 PDT 2012


Revision: 9212
          http://trac.macosforge.org/projects/calendarserver/changeset/9212
Author:   sagen at apple.com
Date:     2012-04-27 13:07:56 -0700 (Fri, 27 Apr 2012)
Log Message:
-----------
Relay the "noisy" attribute to the LegacyClientFactoryWrapper

Modified Paths:
--------------
    CalendarServer/trunk/twext/internet/adaptendpoint.py

Modified: CalendarServer/trunk/twext/internet/adaptendpoint.py
===================================================================
--- CalendarServer/trunk/twext/internet/adaptendpoint.py	2012-04-27 18:33:52 UTC (rev 9211)
+++ CalendarServer/trunk/twext/internet/adaptendpoint.py	2012-04-27 20:07:56 UTC (rev 9212)
@@ -160,6 +160,7 @@
     @rtype: L{IConnector}
     """
     wrap = LegacyClientFactoryWrapper(clientFactory, endpoint)
+    wrap.noisy = clientFactory.noisy # relay the noisy attribute to the wrapper
     wrap.connect()
     return wrap
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120427/75813290/attachment-0001.html>


More information about the calendarserver-changes mailing list