]> git.sur5r.net Git - openldap/commitdiff
Print tag with format %lu, not %d
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 4 Mar 1999 13:17:28 +0000 (13:17 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 4 Mar 1999 13:17:28 +0000 (13:17 +0000)
servers/slapd/result.c

index 35b1921e1c475505f9ce892a3d81ba556919f8d8..1213b9b85327c546c069b3dd05c273d2a6fd873c 100644 (file)
@@ -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;