Turn off debuging.
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 22 Sep 2013 19:43:51 +0000 (19:43 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 22 Sep 2013 19:43:51 +0000 (19:43 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52177 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/pcapng.c

index 1c579190665130169ec74c39446cae74eed7d243..ea505e926e49fc731bbff66dc6ee8a9404e7c892 100644 (file)
@@ -45,7 +45,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)