Fix the debug statement.
Fixes bug1185555 Change-Id: Ia3932bd4ca6cc786e9cc8bdac48f5313c915b228
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user