dns plugin: Improve debug message.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 20 Jun 2009 09:43:42 +0000 (11:43 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 20 Jun 2009 09:43:42 +0000 (11:43 +0200)
src/dns.c

index 476b6dd..cba2cf4 100644 (file)
--- a/src/dns.c
+++ b/src/dns.c
@@ -211,7 +211,7 @@ static void *dns_child_loop (void __attribute__((unused)) *dummy)
        }
 
        /* Passing `pcap_device == NULL' is okay and the same as passign "any" */
-       DEBUG ("Creating PCAP object..");
+       DEBUG ("dns plugin: Creating PCAP object..");
        pcap_obj = pcap_open_live ((pcap_device != NULL) ? pcap_device : "any",
                        PCAP_SNAPLEN,
                        0 /* Not promiscuous */,