From: Kurt Zeilenga Date: Wed, 7 Apr 2004 03:32:37 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~109 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=abbbbbe3bb0b9597044a22e19f05b0a2ea5def6c;p=openldap cleanup --- diff --git a/servers/slapd/result.c b/servers/slapd/result.c index ad555812ac..f591b5e6c2 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -538,8 +538,9 @@ send_ldap_disconnect( Operation *op, SlapReply *rs ) if ( send_ldap_response( op, rs ) == SLAP_CB_CONTINUE ) { Statslog( LDAP_DEBUG_STATS, - "conn=%lu op=%lu DISCONNECT tag=%lu err=%d text=%s\n", - op->o_connid, op->o_opid, rs->sr_tag, rs->sr_err, rs->sr_text ? rs->sr_text : "" ); + "conn=%lu op=%lu DISCONNECT tag=%lu err=%d text=%s\n", + op->o_connid, op->o_opid, rs->sr_tag, rs->sr_err, + rs->sr_text ? rs->sr_text : "" ); } } @@ -556,7 +557,7 @@ slap_send_ldap_result( Operation *op, SlapReply *rs ) #ifdef NEW_LOGGING LDAP_LOG( OPERATION, ENTRY, - "send_ldap_result: conn %lu op=%lu p=%d\n", + "send_ldap_result: conn=%lu op=%lu p=%d\n", op->o_connid, op->o_opid, op->o_protocol ); #else Debug( LDAP_DEBUG_TRACE,