From: Marco van Tol Date: Mon, 10 Feb 2020 19:48:13 +0000 (+0100) Subject: Remove unneeded warning X-Git-Tag: collectd-5.11.0~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7085a9d21c274bdb599c01c4f95fc53282f11d79;p=thirdparty%2Fcollectd.git Remove unneeded warning --- diff --git a/src/ipstats.c b/src/ipstats.c index 46d72394f..71fd0a143 100644 --- a/src/ipstats.c +++ b/src/ipstats.c @@ -224,7 +224,6 @@ static int ipstats_read(void) { return -1; } - WARNING("ipstats plugin submitting values"); ipstats_submit(&ipstat, &ip6stat); #endif