projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0aeca0
)
fix spelling again
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
68f6dc4
..
c6efe07
100644
(file)
--- a/
src/write_http.c
+++ b/
src/write_http.c
@@
-730,7
+730,7
@@
static int wh_config_node(oconfig_item_t *ci) /* {{{ */
}
strarray_add(&http_attrs, &http_attrs_num, key);
strarray_add(&http_attrs, &http_attrs_num, val);
- DEBUG("write_http plugin
s
: got attribute: %s => %s", key, val);
+ DEBUG("write_http plugin: got attribute: %s => %s", key, val);
sfree(key);
sfree(val);
} else {