Code

src/Makefile: Support parallel builds when creating the manpages.
[collectd.git] / src / dns.c
index 476b6ddb2a2effded68e76af34152b20a634df51..cba2cf4bed3756db891b38f4d293e3471919736b 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 */,