From 9247d191532744a74c466b294f0814c4fe2ab356 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 25 Sep 1998 12:21:56 +0000 Subject: [PATCH] increase debug --- snmplib/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snmplib/parse.c b/snmplib/parse.c index 9e935758d1..7362922501 100644 --- a/snmplib/parse.c +++ b/snmplib/parse.c @@ -472,7 +472,7 @@ build_tree(nodes) snmplib_debug(0, "these nodes are left:\n"); for (bucket = 0; bucket < NHASHSIZE; bucket++) { for (np = nbuckets[bucket]; np; np = np->next) - snmplib_debug(0, "%s ::= { %s %d } (%d)\n", np->label, np->parent, np->subid, + snmplib_debug(5, "%s ::= { %s %d } (%d)\n", np->label, np->parent, np->subid, np->type); } } -- 2.47.3