]> git.sur5r.net Git - openldap/commitdiff
return default to no logging
authorKurt Zeilenga <kurt@openldap.org>
Tue, 17 Oct 2000 20:43:33 +0000 (20:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 17 Oct 2000 20:43:33 +0000 (20:43 +0000)
clients/tools/ldapsearch.c

index 786a4d803eba6696d72dd7445621c66945b07171..692f1b4a9950521d42759119d67389721e863c57 100644 (file)
@@ -176,7 +176,7 @@ main( int argc, char **argv )
                attrsonly = manageDSAit = ldif = want_bindpw = 0;
 
        lutil_log_initialize(argc, argv);
-       lutil_set_debug_level( "LIBLBER", 8 );
+       /* lutil_set_debug_level( "LIBLBER", 8 ); */
        /* log = fopen( "ldapsearch.log", "w" ); */
        /* ber_set_option( NULL, LBER_OPT_LOG_PRINT_FILE, log ); */