diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-07-06 03:18:54 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-07-06 03:18:54 +0000 |
commit | 22512215508c709bd7c68fe40511d3cd68f06c45 (patch) | |
tree | 59c11b3f19e3c4bd46ecd17084b861da7b970756 /source3/lib | |
parent | 85a310c7f3607d4ec433b3072ff707a3bc41e2d8 (diff) | |
download | samba-22512215508c709bd7c68fe40511d3cd68f06c45.tar.gz samba-22512215508c709bd7c68fe40511d3cd68f06c45.tar.bz2 samba-22512215508c709bd7c68fe40511d3cd68f06c45.zip |
got rid of insanely verbose debug messages on startup
(This used to be commit c3a21fc0f21b3f493031cb0c9a6a990528b276d9)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
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])); |