From 22512215508c709bd7c68fe40511d3cd68f06c45 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 6 Jul 2001 03:18:54 +0000 Subject: got rid of insanely verbose debug messages on startup (This used to be commit c3a21fc0f21b3f493031cb0c9a6a990528b276d9) --- source3/lib/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/debug.c b/source3/lib/debug.c index 27d5e55dc0..82872478cf 100644 --- a/source3/lib/debug.c +++ b/source3/lib/debug.c @@ -249,7 +249,7 @@ BOOL debug_parse_levels(char *params_str) int q; for (q = 0; q < DBGC_LAST; q++) - DEBUG(0, ("%s: %d/%d\n", + DEBUG(5, ("%s: %d/%d\n", classname_table[q], DEBUGLEVEL_CLASS[q], DEBUGLEVEL_CLASS_ISSET[q])); -- cgit