Merge branch 'collectd-5.8'
[collectd.git] / src / protocols.c
index 59eb49a..36b1d83 100644 (file)
@@ -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;
   }