]> git.sur5r.net Git - openldap/commitdiff
Fix Debug format in last commit
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 28 Jun 2009 21:23:59 +0000 (21:23 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 28 Jun 2009 21:23:59 +0000 (21:23 +0000)
servers/slapd/connection.c

index 81ba89f6815feed7c2b7a7ec9216a7c4897dc135..05e8122c62cdcfa6110bb61fe61b0e9f959de708 100644 (file)
@@ -1537,7 +1537,8 @@ connection_input( Connection *conn , conn_readinfo *cri )
        ctx = cri->ctx;
        op = slap_op_alloc( ber, msgid, tag, conn->c_n_ops_received++, ctx );
 
-       Debug( LDAP_DEBUG_TRACE, "op tag %d, time %d\n", tag, op->o_time, 0);
+       Debug( LDAP_DEBUG_TRACE, "op tag 0x%lx, time %ld\n", tag,
+               (long) op->o_time, 0);
 
        op->o_conn = conn;
        /* clear state if the connection is being reused from inactive */