Merge "Remove trailing space from string"

This commit is contained in:
Jenkins 2014-09-29 03:34:47 +00:00 committed by Gerrit Code Review
commit 6778df0d8f
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ def convert_ldap_result(ldap_result):
try:
ldap_attrs[kind] = [ldap2py(x) for x in values]
except UnicodeDecodeError:
LOG.debug('Unable to decode value for attribute %s ', kind)
LOG.debug('Unable to decode value for attribute %s', kind)
py_result.append((utf8_decode(dn), ldap_attrs))
if at_least_one_referral: