]> git.sur5r.net Git - openldap/commitdiff
unique_search(): Print key->bv_val rather than key.
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 8 Sep 2008 20:59:02 +0000 (20:59 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 8 Sep 2008 20:59:02 +0000 (20:59 +0000)
servers/slapd/overlays/unique.c

index e28e6b3540cc8f4400c75008dd449038f66291a2..a3c5ac90ae0f36259841d9b14edef5a15fab4e0e 100644 (file)
@@ -982,7 +982,7 @@ unique_search(
        unique_counter uq = { NULL, 0 };
        int rc;
 
-       Debug(LDAP_DEBUG_TRACE, "==> unique_search %s\n", key, 0, 0);
+       Debug(LDAP_DEBUG_TRACE, "==> unique_search %s\n", key->bv_val, 0, 0);
 
        nop->ors_filter = str2filter_x(nop, key->bv_val);
        if(nop->ors_filter == NULL) {