From: Florian Forster Date: Sat, 20 Jun 2009 09:43:42 +0000 (+0200) Subject: dns plugin: Improve debug message. X-Git-Tag: collectd-4.6.4~13 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=acd25837217277ae9f7dfb68468a626ca10eebd6;p=collectd.git dns plugin: Improve debug message. --- diff --git a/src/dns.c b/src/dns.c index 476b6ddb..cba2cf4b 100644 --- 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 */,