Again, turn off the debug logging; it messes up the fuzz-testing bot.

svn path=/trunk/; revision=41034
This commit is contained in:
Guy Harris 2012-02-16 02:06:48 +00:00
parent a2df0df2ae
commit 5e8d2c79f6
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
#include "pcap-encap.h"
#include "pcapng.h"
#if 1
#if 0
#define pcapng_debug0(str) g_warning(str)
#define pcapng_debug1(str,p1) g_warning(str,p1)
#define pcapng_debug2(str,p1,p2) g_warning(str,p1,p2)