Blame SOURCES/0006-ipa-add-missing-new-line-in-debug-message.patch
|
|
836b22 |
From e4f3cf65bfcb4190a9c057e247fd53b631667078 Mon Sep 17 00:00:00 2001
|
|
|
836b22 |
From: Sumit Bose <sbose@redhat.com>
|
|
|
836b22 |
Date: Fri, 27 Mar 2020 14:31:06 +0100
|
|
|
836b22 |
Subject: [PATCH 6/7] ipa: add missing new-line in debug message
|
|
|
836b22 |
MIME-Version: 1.0
|
|
|
836b22 |
Content-Type: text/plain; charset=UTF-8
|
|
|
836b22 |
Content-Transfer-Encoding: 8bit
|
|
|
836b22 |
|
|
|
836b22 |
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
|
|
|
836b22 |
(cherry picked from commit 0003eda98b1db04bb3410af5f65d62e2426e426a)
|
|
|
836b22 |
---
|
|
|
836b22 |
src/providers/ipa/ipa_subdomains.c | 2 +-
|
|
|
836b22 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
836b22 |
|
|
|
836b22 |
diff --git a/src/providers/ipa/ipa_subdomains.c b/src/providers/ipa/ipa_subdomains.c
|
|
|
836b22 |
index b9ce25063..35eb89509 100644
|
|
|
836b22 |
--- a/src/providers/ipa/ipa_subdomains.c
|
|
|
836b22 |
+++ b/src/providers/ipa/ipa_subdomains.c
|
|
|
836b22 |
@@ -450,7 +450,7 @@ static errno_t ipa_certmap_parse_results(TALLOC_CTX *mem_ctx,
|
|
|
836b22 |
|
|
|
836b22 |
ret = sysdb_update_certmap(domain->sysdb, certmap_list, user_name_hint);
|
|
|
836b22 |
if (ret != EOK) {
|
|
|
836b22 |
- DEBUG(SSSDBG_OP_FAILURE, "sysdb_update_certmap failed");
|
|
|
836b22 |
+ DEBUG(SSSDBG_OP_FAILURE, "sysdb_update_certmap failed.\n");
|
|
|
836b22 |
goto done;
|
|
|
836b22 |
}
|
|
|
836b22 |
|
|
|
836b22 |
--
|
|
|
836b22 |
2.21.1
|
|
|
836b22 |
|