correct typo in logger call (#22894)

This commit is contained in:
Emmanuel Cazenave 2018-03-29 15:12:58 +02:00
parent 661fd751a6
commit 8775faab27
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class Provisionning(object):
]
audience = [entity_id for service, entity_id in self.get_audience(ou)]
self.logger.info(u'%sning roles %s to %s', mode, role, audience)
self.logger.info(u'%sning roles %s to %s', mode, roles, audience)
notify_agents({
'@type': mode,
'audience': audience,