]> git.sur5r.net Git - openldap/commitdiff
Fix typo in previous commit
authorHoward Chu <hyc@openldap.org>
Mon, 16 Dec 2002 12:17:49 +0000 (12:17 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 16 Dec 2002 12:17:49 +0000 (12:17 +0000)
servers/slapd/search.c

index edbbeaa7977ab9d230e0908757bc7045277e724f..9f26bcea3542dbba12daa7e9ce2c4f201d582d4d 100644 (file)
@@ -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 );
                }
        }