Fix the debug statement.

Fixes bug1185555

Change-Id: Ia3932bd4ca6cc786e9cc8bdac48f5313c915b228
This commit is contained in:
Sahdev Zala
2013-05-29 15:08:32 -05:00
parent 6cd87dba1b
commit d67e31b70c

View File

@@ -513,7 +513,7 @@ class LdapWrapper(object):
if LOG.isEnabledFor(logging.DEBUG):
LOG.debug(_(
'LDAP search: dn=%(dn)s, scope=%(scope)s, query=%(query)s, '
'attrs=%(attrs)s') % {
'attrs=%(attrlist)s') % {
'dn': dn,
'scope': scope,
'query': query,