summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-07-06 03:18:54 +0000
committerAndrew Tridgell <tridge@samba.org>2001-07-06 03:18:54 +0000
commitc3a21fc0f21b3f493031cb0c9a6a990528b276d9 (patch)
tree15a3ac3bd8739eb13ea3327647a216e438e78a15
parent9a9da44455fc35cb9b1625ffefd12a9c5fe48d6b (diff)
downloadsamba-c3a21fc0f21b3f493031cb0c9a6a990528b276d9.tar.gz
samba-c3a21fc0f21b3f493031cb0c9a6a990528b276d9.tar.xz
samba-c3a21fc0f21b3f493031cb0c9a6a990528b276d9.zip
got rid of insanely verbose debug messages on startup
-rw-r--r--source/lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c
index 27d5e55dc0f..82872478cfb 100644
--- a/source/lib/debug.c
+++ b/source/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]));