diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/ipa/ipa_subdomains_ext_groups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_subdomains_ext_groups.c b/src/providers/ipa/ipa_subdomains_ext_groups.c index 0244fee9..b87d2248 100644 --- a/src/providers/ipa/ipa_subdomains_ext_groups.c +++ b/src/providers/ipa/ipa_subdomains_ext_groups.c @@ -874,7 +874,7 @@ static void ipa_add_ad_memberships_get_next(struct tevent_req *req) BE_FILTER_NAME, BE_ATTR_CORE, false); if (subreq == NULL) { - DEBUG(SSSDBG_OP_FAILURE, ("sdap_get_generic_send failed: %d(%s).\n")); + DEBUG(SSSDBG_OP_FAILURE, ("groups_get_send failed.\n")); ret = ENOMEM; goto fail; } |