From: Hallvard Furuseth Date: Thu, 4 Mar 1999 13:17:28 +0000 (+0000) Subject: Print tag with format %lu, not %d X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~486 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=536aab01e4cb43cf8186c2213d20f216059be102;p=openldap Print tag with format %lu, not %d --- diff --git a/servers/slapd/result.c b/servers/slapd/result.c index 35b1921e1c..1213b9b853 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -133,7 +133,7 @@ send_ldap_result2( ldap_pvt_thread_mutex_unlock( &num_sent_mutex ); Statslog( LDAP_DEBUG_STATS, - "conn=%d op=%d RESULT err=%d tag=%d nentries=%d\n", conn->c_connid, + "conn=%d op=%d RESULT err=%d tag=%lu nentries=%d\n", conn->c_connid, op->o_opid, err, tag, nentries ); return;