Skip to content

Commit

Permalink
DEBUG: added missing new line
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Jan 4, 2024
1 parent 543eda1 commit 43265c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ipa/ipa_subdomains_ext_groups.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 43265c7

Please sign in to comment.