From 37817cf318df48bf892da0d7cc21ef85b9b82484 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 17 Jul 2013 16:27:43 +0200 Subject: Fix formating of variables with ber_ type --- src/providers/ldap/sdap_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/sdap_async.c') 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 -- cgit