X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdns.c;h=3de7c34a89de73986e3b4d2fd36550a102e3da1e;hb=658e44d47088aaea3c59fb248336a74fdefe4245;hp=8339377b2dbb82babf8773e6d00a1c2c0513cce1;hpb=029cc5b0d4c30339c58b164d8807f568e1509ae8;p=collectd.git diff --git a/src/dns.c b/src/dns.c index 8339377b..3de7c34a 100644 --- 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 */,