X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdns.c;h=0494b4baeb20494f3a00fdb629eb2d738b637077;hb=59919c47562a2266a6dbd306a78113cb8ddd5ffe;hp=53128396232b848c34645010dcbc64d36eac1281;hpb=448627953cde2f7b3b138f53f4f2c62f0d48b726;p=collectd.git diff --git a/src/dns.c b/src/dns.c index 53128396..0494b4ba 100644 --- a/src/dns.c +++ b/src/dns.c @@ -28,7 +28,6 @@ #include "common.h" #include "plugin.h" -#include "configfile.h" #include "utils_dns.h" #include @@ -357,7 +356,7 @@ static int dns_init (void) if (getuid () == 0) WARNING ("dns plugin: Running collectd as root, but the CAP_NET_RAW " "capability is missing. The plugin's read function will probably " - "fail. Is your init system dropping capabilities ?"); + "fail. Is your init system dropping capabilities?"); else WARNING ("dns plugin: collectd doesn't have the CAP_NET_RAW capability. " "If you don't want to run collectd as root, try running \"setcap "