summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-12-16 08:40:54 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-12-17 16:40:32 -0500
commit2d7bb3770420a1568a343a12aad345dddf8e264c (patch)
tree5ca9b9ec7a1e816208c235c274c58c1f088845be /server
parentdf6d168338d2e1ad35111dcac3749e5278a613d4 (diff)
downloadsssd-2d7bb3770420a1568a343a12aad345dddf8e264c.tar.gz
sssd-2d7bb3770420a1568a343a12aad345dddf8e264c.tar.xz
sssd-2d7bb3770420a1568a343a12aad345dddf8e264c.zip
Raise DEBUG level of sdap_get_generic_done()
The DEBUG level of the result should not be lower than the DEBUG level of the request. It generates too much noise when enumerate is enabled or initgroups deals with groups with large numbers of users.
Diffstat (limited to 'server')
-rw-r--r--server/providers/ldap/sdap_async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/providers/ldap/sdap_async.c b/server/providers/ldap/sdap_async.c
index fd9b4baec..706101bf0 100644
--- a/server/providers/ldap/sdap_async.c
+++ b/server/providers/ldap/sdap_async.c
@@ -868,7 +868,7 @@ static void sdap_get_generic_done(struct sdap_op *op,
return;
}
- DEBUG(3, ("Search result: %s(%d), %s\n",
+ DEBUG(6, ("Search result: %s(%d), %s\n",
ldap_err2string(result), result, errmsg));
tevent_req_done(req);