Fix typo in previous commit

This commit is contained in:
Howard Chu 2002-12-16 12:17:49 +00:00
parent 7c7daf8556
commit 48c8cebbe3

View 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 );
}
}