[CalendarServer-changes] [6690] CalendarServer/trunk/calendarserver/provision/root.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 14 11:49:09 PST 2010


Revision: 6690
          http://trac.macosforge.org/projects/calendarserver/changeset/6690
Author:   sagen at apple.com
Date:     2010-12-14 11:49:05 -0800 (Tue, 14 Dec 2010)
Log Message:
-----------
Changing "disallowed by SACLs" message from info to warn so it's visible by default.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/provision/root.py

Modified: CalendarServer/trunk/calendarserver/provision/root.py
===================================================================
--- CalendarServer/trunk/calendarserver/provision/root.py	2010-12-13 19:30:10 UTC (rev 6689)
+++ CalendarServer/trunk/calendarserver/provision/root.py	2010-12-14 19:49:05 UTC (rev 6690)
@@ -165,7 +165,7 @@
         if access:
             returnValue(True)
 
-        log.info("User %r is not enabled with the %r SACL" % (username, saclServices,))
+        log.warn("User %r is not enabled with the %r SACL(s)" % (username, saclServices,))
         raise HTTPError(responsecode.FORBIDDEN)
 
     @inlineCallbacks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101214/63ee6fdd/attachment.html>


More information about the calendarserver-changes mailing list