Blame SOURCES/0064-LDAP-Changing-of-confusing-debug-message.patch

b2d430
From 256f6eafd5ca3cf1ea0a573ec44b3e5e4b74919c Mon Sep 17 00:00:00 2001
b2d430
From: Petr Cech <pcech@redhat.com>
b2d430
Date: Tue, 12 Jul 2016 09:32:44 +0200
b2d430
Subject: [PATCH 64/74] LDAP: Changing of confusing debug message
b2d430
b2d430
This debug message used to confuse our customer. So this patch changes it.
b2d430
b2d430
Resolves:
b2d430
https://fedorahosted.org/sssd/ticket/3091
b2d430
b2d430
Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
b2d430
---
b2d430
 src/providers/ldap/sdap_async.c | 2 +-
b2d430
 1 file changed, 1 insertion(+), 1 deletion(-)
b2d430
b2d430
diff --git a/src/providers/ldap/sdap_async.c b/src/providers/ldap/sdap_async.c
b2d430
index 0c67e54c8a981442b7983a3f68db1bde3a2a6280..4195ba95d911f3956f8cca665310b4b92091e6cd 100644
b2d430
--- a/src/providers/ldap/sdap_async.c
b2d430
+++ b/src/providers/ldap/sdap_async.c
b2d430
@@ -167,7 +167,7 @@ static void sdap_process_result(struct tevent_context *ev, void *pvt)
b2d430
     if (ret == 0) {
b2d430
         /* this almost always means we have reached the end of
b2d430
          * the list of received messages */
b2d430
-        DEBUG(SSSDBG_TRACE_INTERNAL, "Trace: ldap_result found nothing!\n");
b2d430
+        DEBUG(SSSDBG_TRACE_INTERNAL, "Trace: end of ldap_result list\n");
b2d430
         return;
b2d430
     }
b2d430
 
b2d430
-- 
b2d430
2.4.11
b2d430