mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
got rid of insanely verbose debug messages on startup
This commit is contained in:
parent
9a9da44455
commit
c3a21fc0f2
@ -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]));
|
||||
|
Loading…
Reference in New Issue
Block a user