summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 415d49a)
raw | patch | inline | side by side (parent: 415d49a)
author | jaroug <jaroug@gmail.com> | |
Wed, 1 Mar 2017 19:10:35 +0000 (20:10 +0100) | ||
committer | jaroug <jaroug@gmail.com> | |
Wed, 1 Mar 2017 19:10:35 +0000 (20:10 +0100) |
src/write_http.c | patch | blob | history |
diff --git a/src/write_http.c b/src/write_http.c
index 7fbc534e92d2e7b4165a759d2aef7f8843ada583..68f6dc42b47f4295baa642773341ebb30a0f00a4 100644 (file)
--- a/src/write_http.c
+++ b/src/write_http.c
char *val = NULL;
if (child->values_num != 2) {
- WARNING("write_http plugins: Attribute need both a key and a value.");
+ WARNING("write_http plugin: Attribute need both a key and a value.");
break;
}
if (child->values[0].type != OCONFIG_TYPE_STRING ||
child->values[1].type != OCONFIG_TYPE_STRING) {
- WARNING("write_http plugins: Attribute needs string arguments.");
+ WARNING("write_http plugin: Attribute needs string arguments.");
break;
}
if ((key = strdup(child->values[0].value.string)) == NULL) {