X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbind.c;h=fe3480d0bd5684dbeaa96aaf9b6c76399d147612;hb=c6bbe9f6737ec8611c1ab6146a1d0d32d9365eea;hp=b01263929815269614c491a89bbd4a2f70a98c94;hpb=ed33542f4c8e61c00d76eb7f1d3d14e04a575050;p=collectd.git diff --git a/src/bind.c b/src/bind.c index b0126392..fe3480d0 100644 --- a/src/bind.c +++ b/src/bind.c @@ -343,8 +343,6 @@ static int bind_xml_read_derive(xmlDoc *doc, xmlNode *node, /* {{{ */ int status = parse_value(str_ptr, &value, DS_TYPE_DERIVE); if (status != 0) { - ERROR("bind plugin: Parsing string \"%s\" to derive value failed.", - str_ptr); xmlFree(str_ptr); return -1; }