URL: https://github.com/SSSD/sssd/pull/5715 Author: Jakuje Title: #5715: p11_child: Add missing newline after log message Action: opened
PR body: """ """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5715/head:pr5715 git checkout pr5715
From d22b13690d5ad5a17e46f2fe11c54ec7b4e2e02f Mon Sep 17 00:00:00 2001 From: Jakub Jelen <[email protected]> Date: Fri, 16 Jul 2021 12:54:30 +0200 Subject: [PATCH] p11_child: Add missing newline after log message --- src/p11_child/p11_child_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p11_child/p11_child_common.c b/src/p11_child/p11_child_common.c index 9ee2562496..7c8259479d 100644 --- a/src/p11_child/p11_child_common.c +++ b/src/p11_child/p11_child_common.c @@ -340,7 +340,7 @@ int main(int argc, const char *argv[]) || key_id == NULL)) { DEBUG(SSSDBG_FATAL_FAILURE, "--module_name, --token_name and --key_id must be given for " - "authentication"); + "authentication\n"); goto fail; }
_______________________________________________ sssd-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
