X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fopenvpn.c;h=10a4259263e1ac265cdbb96f00cc563418bfaa79;hb=a07f44c9cd5828a84545dcfe22544bfed2ea8812;hp=193a9b4359f95ed3f6295d805d015143a50dfae4;hpb=c00630eab6161514c1044e8adb2895f179a535da;p=collectd.git diff --git a/src/openvpn.c b/src/openvpn.c index 193a9b43..10a42592 100644 --- a/src/openvpn.c +++ b/src/openvpn.c @@ -28,8 +28,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" /** * There is two main kinds of OpenVPN status file: @@ -506,7 +506,7 @@ static int openvpn_config(const char *key, const char *value) { }); if (status == EINVAL) { - WARNING("openvpn plugin: status filename \"%s\" " + ERROR("openvpn plugin: status filename \"%s\" " "already used, please choose a " "different one.", status_name);