From 7085a9d21c274bdb599c01c4f95fc53282f11d79 Mon Sep 17 00:00:00 2001 From: Marco van Tol Date: Mon, 10 Feb 2020 20:48:13 +0100 Subject: [PATCH] Remove unneeded warning --- src/ipstats.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2