sync_group: Fix incorrect reference to ldap_logger.

This is an obvious bug/typo introduced in
2cd6f07ffe.
This commit is contained in:
Mateusz Mandera
2025-05-18 01:52:09 +02:00
committed by Mateusz Mandera
parent 4a03d73d8d
commit 9a043494fb

View File

@@ -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,