X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fiptables.c;h=35c93f4e1c1939d796a4df518b06554b31388d6c;hp=c0854b3f38148f62837699b2289f75e2a22e743a;hb=99db6e480437d6dd6cf80580d19a65855768a727;hpb=448627953cde2f7b3b138f53f4f2c62f0d48b726 diff --git a/src/iptables.c b/src/iptables.c index c0854b3f..35c93f4e 100644 --- a/src/iptables.c +++ b/src/iptables.c @@ -512,7 +512,7 @@ static int iptables_init (void) WARNING ("iptables plugin: Running collectd as root, but the " "CAP_NET_ADMIN capability is missing. The plugin's read " "function will probably fail. Is your init system dropping " - "capabilities ?"); + "capabilities?"); else WARNING ("iptables plugin: collectd doesn't have the CAP_NET_ADMIN " "capability. If you don't want to run collectd as root, try "