[CalendarServer-changes] [918] CalendarServer/branches/users/dreid/sudoers-2/twistedcaldav/resource. py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 4 13:54:59 PST 2007


Revision: 918
          http://trac.macosforge.org/projects/calendarserver/changeset/918
Author:   dreid at apple.com
Date:     2007-01-04 13:54:59 -0800 (Thu, 04 Jan 2007)

Log Message:
-----------
fix a really bad error message

Modified Paths:
--------------
    CalendarServer/branches/users/dreid/sudoers-2/twistedcaldav/resource.py

Modified: CalendarServer/branches/users/dreid/sudoers-2/twistedcaldav/resource.py
===================================================================
--- CalendarServer/branches/users/dreid/sudoers-2/twistedcaldav/resource.py	2007-01-04 21:37:55 UTC (rev 917)
+++ CalendarServer/branches/users/dreid/sudoers-2/twistedcaldav/resource.py	2007-01-04 21:54:59 UTC (rev 918)
@@ -273,7 +273,8 @@
                         yield authzPrincipal
                         return
                     else:
-                        log.msg("Could not find proxy user id: '%s'" % authid)
+                        log.msg("Could not find authorization user id: '%s'" % 
+                                (authz,))
                         raise HTTPError(responsecode.UNAUTHORIZED)
             else:
                 log.msg("Cannot authenticate proxy user '%s' without X-Authorize-As header" % (authid, ))

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


More information about the calendarserver-changes mailing list