Simple patch is attached.
From 12ad3ae6c4562bd4dcecdef08b199c0dfa852c75 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrez...@redhat.com>
Date: Thu, 12 Nov 2015 12:50:21 +0100
Subject: [PATCH] AD: remove annoying debug message

This debug message is mostly a left over from development and doesn't
give us any useful information. It is just annoying in the logs.
---
 src/providers/ad/ad_common.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/providers/ad/ad_common.c b/src/providers/ad/ad_common.c
index 665e6ec4c50c22bca329a42309f7b465bc5ff5de..52284a5f39863d6195daa038b1294ee631e60b6a 100644
--- a/src/providers/ad/ad_common.c
+++ b/src/providers/ad/ad_common.c
@@ -621,10 +621,6 @@ static int ad_user_data_cmp(void *ud1, void *ud2)
         return sd1 == sd2 ? 0 : 1;
     }
 
-    DEBUG(SSSDBG_TRACE_LIBS, "Comparing %s with %s\n",
-          sd1->gc ? "GC" : "LDAP",
-          sd2->gc ? "GC" : "LDAP");
-
     if (sd1->gc == sd2->gc) {
         return 0;
     }
-- 
2.1.0

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

Reply via email to