X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdns.c;h=a2a4667a119587f2e56b48e894b58d48d7296f96;hb=08cf386cb8aa711ef4043d9139d464b38188a44b;hp=53128396232b848c34645010dcbc64d36eac1281;hpb=448627953cde2f7b3b138f53f4f2c62f0d48b726;p=collectd.git diff --git a/src/dns.c b/src/dns.c index 53128396..a2a4667a 100644 --- a/src/dns.c +++ b/src/dns.c @@ -357,7 +357,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 "