X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbind.c;h=fe3480d0bd5684dbeaa96aaf9b6c76399d147612;hb=86dcd57149a192b816fbc6abc401a7e8966c26c7;hp=b01263929815269614c491a89bbd4a2f70a98c94;hpb=6126b9c01e558f1424fa7631e6a6e612a526e66f;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; }