[CalendarServer-changes] [4058] CalendarServer/branches/users/sagen/wikiauth-4053/twistedcaldav/ directory/principal.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 22 08:50:37 PDT 2009


Revision: 4058
          http://trac.macosforge.org/projects/calendarserver/changeset/4058
Author:   sagen at apple.com
Date:     2009-04-22 08:50:37 -0700 (Wed, 22 Apr 2009)
Log Message:
-----------
tweak log level

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/wikiauth-4053/twistedcaldav/directory/principal.py

Modified: CalendarServer/branches/users/sagen/wikiauth-4053/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/branches/users/sagen/wikiauth-4053/twistedcaldav/directory/principal.py	2009-04-22 15:28:53 UTC (rev 4057)
+++ CalendarServer/branches/users/sagen/wikiauth-4053/twistedcaldav/directory/principal.py	2009-04-22 15:50:37 UTC (rev 4058)
@@ -81,7 +81,7 @@
         wikiACL = (yield getWikiACL(self, request))
         if wikiACL is not None:
             # ACL depends on wiki server...
-            log.info("Wiki ACL: %s" % (wikiACL.toxml(),))
+            log.debug("Wiki ACL: %s" % (wikiACL.toxml(),))
             returnValue(wikiACL)
         else:
             # ...otherwise permissions are fixed, and are not subject to
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090422/f4856780/attachment.html>


More information about the calendarserver-changes mailing list