X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbind.c;h=29f65d40c7051f452c9fb67cfb74fc88c37128e6;hb=d4f53887527777296b0982af60f4c0fecdb2f0d9;hp=b01263929815269614c491a89bbd4a2f70a98c94;hpb=e3d3699f39ab5f228e1be4ad32fe01b3a307a8ed;p=collectd.git diff --git a/src/bind.c b/src/bind.c index b0126392..29f65d40 100644 --- a/src/bind.c +++ b/src/bind.c @@ -43,8 +43,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #include @@ -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; }