From: Hallvard Furuseth Date: Sun, 28 Jun 2009 21:23:59 +0000 (+0000) Subject: Fix Debug format in last commit X-Git-Tag: ACLCHECK_0~477 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0f5378c8f736bac3ec89b73f395968a182d457f0;p=openldap Fix Debug format in last commit --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 81ba89f681..05e8122c62 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -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 */