X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbind.c;h=29f65d40c7051f452c9fb67cfb74fc88c37128e6;hb=9f8dc5668faf5432dcb1430017bd7a1c383c2453;hp=b01263929815269614c491a89bbd4a2f70a98c94;hpb=7f07c55bac640c7a50d516248a3152235a14af59;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; }