Merge branch 'collectd-4.6' into collectd-4.7
[collectd.git] / src / dns.c
index 8339377..3de7c34 100644 (file)
--- a/src/dns.c
+++ b/src/dns.c
@@ -213,7 +213,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 */,