]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Remove unneeded warning 3187/head
authorMarco van Tol <marco@tols.org>
Mon, 10 Feb 2020 19:48:13 +0000 (20:48 +0100)
committerMarco van Tol <marco@tols.org>
Mon, 10 Feb 2020 19:48:13 +0000 (20:48 +0100)
src/ipstats.c

index 46d72394f0ca715b85f592ecf4e1d04b8b99a20f..71fd0a143ea4bbffa0212b939c57935772e75eb3 100644 (file)
@@ -224,7 +224,6 @@ static int ipstats_read(void) {
     return -1;
   }
 
-  WARNING("ipstats plugin submitting values");
   ipstats_submit(&ipstat, &ip6stat);
 #endif