summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c0aeca0)
raw | patch | inline | side by side (parent: c0aeca0)
author | jaroug <jaroug@gmail.com> | |
Wed, 1 Mar 2017 20:41:08 +0000 (21:41 +0100) | ||
committer | jaroug <jaroug@gmail.com> | |
Wed, 1 Mar 2017 20:41:08 +0000 (21:41 +0100) |
src/write_http.c | patch | blob | history |
diff --git a/src/write_http.c b/src/write_http.c
index 68f6dc42b47f4295baa642773341ebb30a0f00a4..c6efe0792ad7cc4a750b56668fa975d804b2a515 100644 (file)
--- a/src/write_http.c
+++ b/src/write_http.c
}
strarray_add(&http_attrs, &http_attrs_num, key);
strarray_add(&http_attrs, &http_attrs_num, val);
- DEBUG("write_http plugins: got attribute: %s => %s", key, val);
+ DEBUG("write_http plugin: got attribute: %s => %s", key, val);
sfree(key);
sfree(val);
} else {