perf: trans LDAP msg

This commit is contained in:
wangruidong
2024-06-24 14:22:34 +08:00
committed by w940853815
parent f7e55c9b89
commit ad95adc833
4 changed files with 4 additions and 4 deletions

View File

@@ -641,7 +641,7 @@ class LDAPTestUtil(object):
msg = _('Error (Unknown): {}').format(e)
else:
status = True
msg = _('Succeed: Match {} s user').format(len(self.user_entries))
msg = _('Succeed: Match {} users').format(len(self.user_entries))
if not status:
logger.error(msg, exc_info=True)