Skip to content

Commit

Permalink
Fix the debug statement.
Browse files Browse the repository at this point in the history
Fixes bug1185555

Change-Id: Ia3932bd4ca6cc786e9cc8bdac48f5313c915b228
  • Loading branch information
spzala committed May 29, 2013
1 parent 6cd87db commit d67e31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystone/common/ldap/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def search_s(self, dn, scope, query, attrlist=None):
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,
Expand Down

0 comments on commit d67e31b

Please sign in to comment.