From: wessels <> Date: Fri, 25 Sep 1998 12:21:56 +0000 (+0000) Subject: increase debug X-Git-Tag: SQUID_3_0_PRE1~2626 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9247d191532744a74c466b294f0814c4fe2ab356;p=thirdparty%2Fsquid.git increase debug --- 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); } }