[CalendarServer-changes] [407] CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/ directory/cred.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 9 14:17:23 PST 2006


Revision: 407
          http://trac.macosforge.org/projects/calendarserver/changeset/407
Author:   wsanchez at apple.com
Date:     2006-11-09 14:17:23 -0800 (Thu, 09 Nov 2006)

Log Message:
-----------
Tweak exception message

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/cred.py

Modified: CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/cred.py
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/cred.py	2006-11-09 22:16:59 UTC (rev 406)
+++ CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/cred.py	2006-11-09 22:17:23 UTC (rev 407)
@@ -62,4 +62,4 @@
         if user.verifyCredentials(credentials.credentials):
             return succeed((credentials.authnPrincipal.principalURL(), credentials.authzPrincipal.principalURL()))
         else:
-            raise UnauthorizedLogin("Incorrect credentials for user: %s" % (user,)) 
+            raise UnauthorizedLogin("Incorrect credentials for %s" % (user,)) 

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


More information about the calendarserver-changes mailing list