From 43265c72924fefbdbd49b2e3a000ff005526d63a Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Thu, 4 Jan 2024 18:14:24 +0100 Subject: [PATCH] DEBUG: added missing new line --- src/providers/ipa/ipa_subdomains_ext_groups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/ipa/ipa_subdomains_ext_groups.c b/src/providers/ipa/ipa_subdomains_ext_groups.c index b352b754d99..b385c2f2728 100644 --- a/src/providers/ipa/ipa_subdomains_ext_groups.c +++ b/src/providers/ipa/ipa_subdomains_ext_groups.c @@ -985,7 +985,7 @@ search_user_or_group_by_sid_str(TALLOC_CTX *mem_ctx, break; case ENOENT: DEBUG(SSSDBG_TRACE_FUNC, - "Could not find %s in sysdb", sid_str); + "Could not find %s in sysdb\n", sid_str); break; default: DEBUG(SSSDBG_OP_FAILURE,