From: Kurt Zeilenga Date: Tue, 12 Feb 2002 19:29:27 +0000 (+0000) Subject: Don't print unprintable keys X-Git-Tag: OPENLDAP_REL_ENG_2_1_BP~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b18295f4f7f82248970bf1ad57e7c428ba401b7;p=openldap Don't print unprintable keys --- diff --git a/servers/slapd/back-bdb/idl.c b/servers/slapd/back-bdb/idl.c index 24b72ca54d..f02c81a207 100644 --- a/servers/slapd/back-bdb/idl.c +++ b/servers/slapd/back-bdb/idl.c @@ -333,10 +333,12 @@ bdb_idl_insert_key( ID ids[BDB_IDL_DB_SIZE]; #endif +#if 0 /* for printable keys only */ Debug( LDAP_DEBUG_ARGS, "=> bdb_idl_insert_key: %s %ld\n", (char *)key->data, (long) id, 0 ); +#endif assert( id != NOID ); @@ -539,10 +541,12 @@ bdb_idl_delete_key( ID ids[BDB_IDL_DB_SIZE]; #endif +#if 0 /* for printable keys only */ Debug( LDAP_DEBUG_ARGS, "=> bdb_idl_delete_key: %s %ld\n", (char *)key->data, (long) id, 0 ); +#endif assert( id != NOID );