diff options
Diffstat (limited to 'source3/lib/debug.c')
-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])); |