The name change more complete

This commit is contained in:
Roland Hedberg
2010-04-21 15:23:26 +02:00
parent 88911c804f
commit 5ca991c5ce

View File

@@ -204,7 +204,7 @@ class AuthnResponse(object):
self.log.info("Attribute Statement: %s" % (
self.assertion.attribute_statement[0],))
for aconv in self.attribute_converters():
self.log.info("Converts name format: %s" % (aconv.format,))
self.log.info("Converts name format: %s" % (aconv.name_format,))
ava = to_local(self.attribute_converters(),
self.assertion.attribute_statement[0])