projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c4cb5
)
dns plugin: Improve debug message.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 20 Jun 2009 09:43:42 +0000
(11:43 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 20 Jun 2009 09:43:42 +0000
(11:43 +0200)
src/dns.c
patch
|
blob
|
history
diff --git
a/src/dns.c
b/src/dns.c
index
476b6dd
..
cba2cf4
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 */,