From acd25837217277ae9f7dfb68468a626ca10eebd6 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 20 Jun 2009 11:43:42 +0200 Subject: [PATCH] dns plugin: Improve debug message. --- src/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */, -- 2.11.0