diff options
Diffstat (limited to 'src/providers/ldap/sdap_async.c')
-rw-r--r-- | src/providers/ldap/sdap_async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async.c b/src/providers/ldap/sdap_async.c index bdd3c3c8..09275dd6 100644 --- a/src/providers/ldap/sdap_async.c +++ b/src/providers/ldap/sdap_async.c @@ -1424,7 +1424,7 @@ static void sdap_get_generic_ext_done(struct sdap_op *op, tevent_req_error(req, EIO); return; } - DEBUG(7, ("Total count [%lu]\n", total_count)); + DEBUG(SSSDBG_TRACE_INTERNAL, ("Total count [%d]\n", total_count)); if (cookie.bv_val != NULL && cookie.bv_len > 0) { /* Cookie contains data, which means there are more requests |