]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
increase debug
authorwessels <>
Fri, 25 Sep 1998 12:21:56 +0000 (12:21 +0000)
committerwessels <>
Fri, 25 Sep 1998 12:21:56 +0000 (12:21 +0000)
snmplib/parse.c

index 9e935758d19d5373847cbbf34615fc5a941ffb48..7362922501204cc0db6b4b2527983f9adf24fe66 100644 (file)
@@ -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);
        }
     }