Hi list,

how Jakub mentioned on internal list this debug message should be removed. So I attached simple patch for it.

Regards

--
Petr^4 Čech
>From 185cb7095c5240d9eff8aa762331dc9f31061dfa Mon Sep 17 00:00:00 2001
From: Petr Cech <pc...@redhat.com>
Date: Mon, 11 Jul 2016 15:27:02 +0200
Subject: [PATCH] LDAP: Removing of useless debug message

This debug message used to confuse our customer. So this patch removes it.
---
 src/providers/ldap/sdap_async.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/providers/ldap/sdap_async.c b/src/providers/ldap/sdap_async.c
index 0c67e54c8a981442b7983a3f68db1bde3a2a6280..269ad94ec632b70affc7e9bd1800f05d52b6e960 100644
--- a/src/providers/ldap/sdap_async.c
+++ b/src/providers/ldap/sdap_async.c
@@ -167,7 +167,6 @@ static void sdap_process_result(struct tevent_context *ev, void *pvt)
     if (ret == 0) {
         /* this almost always means we have reached the end of
          * the list of received messages */
-        DEBUG(SSSDBG_TRACE_INTERNAL, "Trace: ldap_result found nothing!\n");
         return;
     }
 
-- 
2.7.4

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/sssd-devel@lists.fedorahosted.org

Reply via email to