]> git.sur5r.net Git - openldap/commitdiff
Don't print unprintable keys
authorKurt Zeilenga <kurt@openldap.org>
Tue, 12 Feb 2002 19:29:27 +0000 (19:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 12 Feb 2002 19:29:27 +0000 (19:29 +0000)
servers/slapd/back-bdb/idl.c

index 24b72ca54d274f86b6fb3f88e25dc710ed720424..f02c81a2073dfcbd6c045a5b1f85741270e23184 100644 (file)
@@ -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 );