mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
sync_group: Fix incorrect reference to ldap_logger.
This is an obvious bug/typo introduced in
2cd6f07ffe.
This commit is contained in:
committed by
Mateusz Mandera
parent
4a03d73d8d
commit
9a043494fb
@@ -1674,7 +1674,7 @@ def sync_groups(
|
||||
user_profile__id=user_id,
|
||||
).values_list("user_group__named_user_group__name", flat=True)
|
||||
)
|
||||
ldap_logger.debug(
|
||||
logger.debug(
|
||||
"intended groups for user <%s>: %s; current groups: %s",
|
||||
user_id,
|
||||
intended_group_names,
|
||||
|
||||
Reference in New Issue
Block a user