[Checkins] SVN: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py wording

Andreas Jung andreas at andreas-jung.com
Thu Mar 6 04:13:07 EST 2008


Log message for revision 84505:
  wording
  

Changed:
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py

-=-
Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py	2008-03-06 09:11:10 UTC (rev 84504)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py	2008-03-06 09:13:07 UTC (rev 84505)
@@ -277,7 +277,7 @@
                 info = parent.searchPrincipals( id=k, exact_match=True )
 
                 LOG.error('searchPrincipals() returned more than one result '
-                          'id=%s' % k)
+                          'for id=%s' % k)
                 assert len(info) <= 1
                 if len( info ) == 0:
                     title = '<%s: not found>' % k



More information about the Checkins mailing list