From: Howard Chu Date: Mon, 16 Dec 2002 12:17:49 +0000 (+0000) Subject: Fix typo in previous commit X-Git-Tag: NO_SLAP_OP_BLOCKS~669 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=48c8cebbe39f08d7af08bb1df9205e3f95e38d64;p=openldap Fix typo in previous commit --- diff --git a/servers/slapd/search.c b/servers/slapd/search.c index edbbeaa797..9f26bcea35 100644 --- a/servers/slapd/search.c +++ b/servers/slapd/search.c @@ -237,7 +237,7 @@ do_search( len += an[i].an_name.bv_len; } if (len) { - Statslog( LDAP_DEBUG_STATS, "conn=%lu op=%lu MOD attr=%s\n", + Statslog( LDAP_DEBUG_STATS, "conn=%lu op=%lu SRCH attr=%s\n", op->o_connid, op->o_opid, abuf, 0, 0 ); } }