Hi,
this is just a simple one-liner I came across.
bye, Sumit
On (10/05/13 10:49), Sumit Bose wrote:
Hi,
this is just a simple one-liner I came across.
bye, Sumit
From 3cf6fa8b17be2dcfbdd9134d415986ba3eb410f8 Mon Sep 17 00:00:00 2001 From: Sumit Bose sbose@redhat.com Date: Fri, 10 May 2013 10:46:43 +0200 Subject: [PATCH] Add missing \n to debug string
src/responder/pac/pacsrv_utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/responder/pac/pacsrv_utils.c b/src/responder/pac/pacsrv_utils.c index 7d14dad..cb480d3 100644 --- a/src/responder/pac/pacsrv_utils.c +++ b/src/responder/pac/pacsrv_utils.c @@ -94,7 +94,7 @@ struct sss_domain_info *find_domain_by_id(struct sss_domain_info *domains, }
if (!ret_dom) {
DEBUG(SSSDBG_OP_FAILURE, ("No domain with domain ID [%s] found",
}DEBUG(SSSDBG_OP_FAILURE, ("No domain with domain ID [%s] found.\n", id_str));
-- 1.7.7.6
obviously ACK
LS
On Fri, May 10, 2013 at 11:16:20AM +0200, Lukas Slebodnik wrote:
On (10/05/13 10:49), Sumit Bose wrote:
Hi,
this is just a simple one-liner I came across.
bye, Sumit
From 3cf6fa8b17be2dcfbdd9134d415986ba3eb410f8 Mon Sep 17 00:00:00 2001 From: Sumit Bose sbose@redhat.com Date: Fri, 10 May 2013 10:46:43 +0200 Subject: [PATCH] Add missing \n to debug string
src/responder/pac/pacsrv_utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/responder/pac/pacsrv_utils.c b/src/responder/pac/pacsrv_utils.c index 7d14dad..cb480d3 100644 --- a/src/responder/pac/pacsrv_utils.c +++ b/src/responder/pac/pacsrv_utils.c @@ -94,7 +94,7 @@ struct sss_domain_info *find_domain_by_id(struct sss_domain_info *domains, }
if (!ret_dom) {
DEBUG(SSSDBG_OP_FAILURE, ("No domain with domain ID [%s] found",
}DEBUG(SSSDBG_OP_FAILURE, ("No domain with domain ID [%s] found.\n", id_str));
-- 1.7.7.6
obviously ACK
LS
Pushed to master.
One of these days, I'd like to use some tool like Coccinelle to fix all the debug messages at once, though.
sssd-devel@lists.fedorahosted.org