]> The Tcpdump Group git mirrors - libpcap/commitdiff
Removed some leftover tracing messages.
authortest <[email protected]>
Wed, 15 Jul 2009 20:30:41 +0000 (13:30 -0700)
committertest <[email protected]>
Wed, 15 Jul 2009 20:30:41 +0000 (13:30 -0700)
gencode.c
pcap-win32.c

index 28017c4b8871b85a0945fbd051b61a0d1754e6f8..935e7ec8853e7b858b903b33cd894c3a65421d73 100644 (file)
--- a/gencode.c
+++ b/gencode.c
@@ -389,7 +389,6 @@ pcap_compile(pcap_t *p, struct bpf_program *program,
        int result;
 
        EnterCriticalSection(&g_PcapCompileCriticalSection);
-       OutputDebugString("Hello my dear, I locked myself\n");
 
        result = pcap_compile_unsafe(p, program, buf, optimize, mask);
 
index d199945544ccec4bd58fe6336fa0daa366c48030..0e2201e36f56a87d0dcc4e4dcb04f27e773074dd 100644 (file)
@@ -88,7 +88,6 @@ BOOL WINAPI DllMain(
 {
        if (dwReason == DLL_PROCESS_ATTACH)
        {
-               OutputDebugString("Hello my dear, I INITIALIZED THE CS\n");
                InitializeCriticalSection(&g_PcapCompileCriticalSection);
        }