[Zope-Checkins]
SVN: Zope/trunk/lib/python/AccessControl/cAccessControl.c typo
Andreas Jung
andreas at andreas-jung.com
Sun Jan 8 06:46:58 EST 2006
Log message for revision 41210:
typo
Changed:
U Zope/trunk/lib/python/AccessControl/cAccessControl.c
-=-
Modified: Zope/trunk/lib/python/AccessControl/cAccessControl.c
===================================================================
--- Zope/trunk/lib/python/AccessControl/cAccessControl.c 2006-01-08 11:45:29 UTC (rev 41209)
+++ Zope/trunk/lib/python/AccessControl/cAccessControl.c 2006-01-08 11:46:58 UTC (rev 41210)
@@ -1021,7 +1021,7 @@
**| try:
**| if roles is None or 'Anonymous' in roles: return 1
**| except TypeError:
- **| LOG("Zope Security Policy", PROBLEM, '"%s' passed as roles"
+ **| LOG.warn('"%s' passed as roles"
**| " during validation of '%s' is not a sequence." %
**| ('roles', name))
**| raise
More information about the Zope-Checkins
mailing list