mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
disable debug output.
git-svn-id: file:///svn/unbound/trunk@4146 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
cb26ca2ce7
commit
9649cc8c50
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#include "sldns/wire2str.h"
|
||||
|
||||
/** verbose this unit test */
|
||||
static int vbmp = 1;
|
||||
static int vbmp = 0;
|
||||
|
||||
/** print buffer to hex into string */
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue