X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fprotocols.c;h=36b1d83b1cfdd4d59cff2974ff58c71ec627ba48;hb=1fff3468b0f07d6200496018da6a99795db13337;hp=59eb49a772e83f95e8406334c697b1be7287e62f;hpb=b9b5e5d573d0011c4f3276e9b84b73ba4dd2e870;p=collectd.git diff --git a/src/protocols.c b/src/protocols.c index 59eb49a7..36b1d83b 100644 --- a/src/protocols.c +++ b/src/protocols.c @@ -58,7 +58,6 @@ static void submit(const char *protocol_name, const char *str_key, status = parse_value(str_value, &value, DS_TYPE_DERIVE); if (status != 0) { - ERROR("protocols plugin: Parsing string as integer failed: %s", str_value); return; }