From a43392cd4254fc8f5cf04a5e6cf3cdf7505c89b8 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 17 Oct 2000 20:43:33 +0000 Subject: [PATCH] return default to no logging --- clients/tools/ldapsearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 786a4d803e..692f1b4a99 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -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 ); */ -- 2.39.5